MVP Feature List - Jasontang98/NoiseNimbus-react-redux GitHub Wiki

MVP Lists

MVP List

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.
  • Logged in users are directed to a list of all the songs.
  • Logged out users are directed to the home page.

2. Songs

  • Logged in users can add songs.
  • Logged in users can edit and delete their own songs.
  • All users can view and listen to the displayed songs.

3. Song comments

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