Skip to content

MVP Features List

Joan-Buck edited this page Mar 12, 2022 · 6 revisions

MVP Features

1. New account creation, log in, log out, demo-user login

  • Users can sign up, login, and log out.
  • Users can login as a demo user to try the site's functionality.
  • Certain features are restricted without user authorization.

2. Playlist (full CRUD)

  • Logged in users can create a playlist.
  • Logged in users can view all their playlists.
  • Logged in users can edit their playlists (name of playlist & adding/removing songs).
  • Logged in users can delete their playlists.
  • Logged in users can view all songs on their playlists.

3. Search

  • Logged in users can search by song, artist, or album.
  • Logged in users can also search for other users.

4. Continuous Play

  • Logged in users can listen to a song while navigating the site.
  • The player controls (play, pause) will remain visible as the logged in user navigates the site.

5. Following Users

  • Logged in users can follow other users.
  • Logged in users can stop following other users.
  • Logged in users can view how many people follow them.
  • Following users can see their friends playlists.

6. Hosting on Heroku