Genre API endpoint functionality #41

Closed
opened 2019-05-13 20:17:53 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-05-13 20:17:53 -04:00 (Migrated from github.com)

Create API functionality for genres.

Tasks for completion

  1. Create Genre model
  2. Create Genre Context
  3. Create Genre Store
  4. Add functionality in the SongManager class for updating the song count
  5. Update Song model to include Genre Id
  6. Place a foreign key constraint on the Song model that references the Genre record
Create API functionality for genres. ## Tasks for completion 1. Create Genre model 2. Create Genre Context 3. Create Genre Store 4. Add functionality in the SongManager class for updating the song count 5. Update Song model to include Genre Id 6. Place a foreign key constraint on the Song model that references the Genre record
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#41