Skip to content

[Feat] Edit Song Details in Songs Page #11

@SilviaMiranda

Description

@SilviaMiranda

Type: Feature
Priority: P0
Sprint: Sprint 1 (v2.1.0)
Description:
As a user, I want to edit song details (title, URLs, difficulty, tempo) in the Songs page so I can fix broken links and update metadata.
Acceptance Criteria:

Edit button appears in Actions column
Click opens modal with pre-filled form
Form includes all song fields (tutorial, playalong, sheet music URLs, difficulty, tempo)
Form validates URLs and required fields
Save button persists changes to localStorage
Cancel button closes modal without saving
Success toast appears after save
Table updates immediately after save

Technical Notes:

Reuse EditModal.jsx component with conditional fields
Add editingSong state to App.js
Update songs array in localStorage on save
Handle multiple URL fields (tutorial, playalong, sheet)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions