You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigating to a specific month on the client should show you either the playlist assigned to that month or, if not playlist is assigned, it should prompt you to provide on.
Implementation
Client
Need a page component for each month
Needs to get that month's playlist from server
Should show all songs in the playlist, as well as who added the song
Needs to allow a user to specify a playlist if none exists
Server
Have an endpoint that allows you to GET a playlist for a specific month
Have an endpoint that allows you to assign a playlist for a specific month (PUT, POST?)
The text was updated successfully, but these errors were encountered:
Description
Navigating to a specific month on the client should show you either the playlist assigned to that month or, if not playlist is assigned, it should prompt you to provide on.
Implementation
Client
Server
The text was updated successfully, but these errors were encountered: