Skip to content

MVP List

Derek W edited this page Jul 27, 2019 · 3 revisions

MVP List

Calmcloud, a Mixcloud clone, is online audio streaming service that allows users to upload long-form audio content that can be interacted with by other users and visitors.


1. Hosting on Heroku (07/30/2019, 0.5 day)

2. User CRUD behavior, demo login (07/31/2019, 1.5 days)

  • users can create, login, logout, delete their accounts
  • a demo login account to try out website features

3. Track CRUD behavior (08/02/2019, 2 days)

  • users can upload, modify select details, delete track
  • other users and visitors to the website cannot edit another user's track

4. Playing Songs with Progress Bar with Continuous Play (08/05/2019, 3 days)

  • dedicated track page for single track populated with details about the track and the owner
  • audio player that supports continuous audio streaming when visiting a new page
  • audio player widget tethered to the bottom all pages

5. Comments (08/07/2019, 1.5 days)

  • users can comment on track pages
  • displays a user's display_name, profile picture, timestamp, comment body with a comment
  • support for one level on nest commenting

6. Profile page (08/08/2019, 1 days)

  • users have a public profile that is visible to other users/visitors
  • users can modify their visible profile information

7. A production README (08/09/2019, 0.5 days)