Year API endpoint functionality #42

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

Create API functionality for interfacing with the year.

Tasks for completion

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

No dependencies set.

Reference: phoenix/icarus#42