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

Add custom playlists #421

Open
6 tasks
leepeuker opened this issue Jul 3, 2023 · 0 comments
Open
6 tasks

Add custom playlists #421

leepeuker opened this issue Jul 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@leepeuker
Copy link
Owner

leepeuker commented Jul 3, 2023

A user should be able to create add custom playlists like on many other similar platforms.

  • Create new playlist
  • Edit playlist
    • Add movie
    • Remove movie
    • Rename playlist
  • Delete playlist

Playlist attributes:

  • id
  • name
  • userId
  • createdAt
  • updatedAt

Playlist entry:

  • movieId
  • position
  • createdAt
  • updatedAt

Routes:

  • /users/<user>/playlists Page listing all playlists of an user (owner can add/remove playlists here)
  • /users/<user>/playlists/id Specific playlist of an user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant