Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign playlist to a specific month #2

Open
6 tasks
zackharley opened this issue Feb 24, 2019 · 0 comments
Open
6 tasks

Assign playlist to a specific month #2

zackharley opened this issue Feb 24, 2019 · 0 comments
Milestone

Comments

@zackharley
Copy link
Member

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

  • 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?)
@zackharley zackharley added this to the v1.0.0 milestone Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant