Skip to content

MVP Feature List

Adam Tang edited this page May 4, 2023 · 1 revision

List of Features - SoundTown

  • Song CRUD
  • Playing songs with progress bar with continuous play
  • Comments
  • User pages
  • Bonus: Wave Forms
  • Bonus: Playlists
  • Bonus: Likes

MVP List

SoundTown is a place to share music and listen to music uploaded by others

1. New account creation, log in, log out, and guest/demo login

  • Users can sign up, log in, and log out.
  • Users can use a demo log in to try the site.
  • Users can't use certain features without logging in (like uploading and liking songs or playlists).
  • Logged in users are directed to their home page which displays their recent uploads.
  • Logged out users are directed to a page displaying several recent songs uploaded.

2. Songs

  • Logged in users can post songs.
  • Logged in users can edit and delete their own songs.
  • All users can view a sampling of the most recent songs.

3. Playing songs with progress bar with continuous play

  • Once a logged in user starts playing a song, the song progress bar will be sticky on the bottom of the page and the user can pause, play, and skip to any point in the song with the progress bar

4. Comments

  • Logged in users can post comments on songs.
  • Logged in users can edit and delete their own comments.
  • All users can view comments on songs.

5. Likes

  • Logged in users can like songs and playlists.
  • Logged in users can remove their own likes from songs and playlists.
  • All users can see how many users have liked a song or playlist.

6. Playlists

  • Logged in users can create and delete playlists.
  • Logged in users can add and remove songs into their playlists.
  • Logged in users can change the order of songs in their playlists.
  • Logged in users can determine whether their playlists should be private or public.

7. User Pages

  • Logged in users can view their profile pages which includes name, profile image and background image
  • Logged in users can edit their username and change profile and background images