Skip to content

Add custom playlists #421

Open
Open
@leepeuker

Description

@leepeuker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions