-
Notifications
You must be signed in to change notification settings - Fork 0
MVP list
Steph Meyering edited this page Mar 4, 2020
·
12 revisions
Stereo (Soundcloud clone) is an online music distribution platform that enables its users to upload, stream, and share audio.
- Users can sign up, sign in, log out
- Modal for Login and Sign up form
- Users can use a demo login to try the site
- Users can't use certain features without logging in (creating chirps & likes)
- User is able to upload songs
- User is able to read/stream songs
- User is able to edit/update song details
- User is able to delete songs
- Currently playing song, persisting footer nav bar
- Next/random? song plays after currently playing song ends
- Song progress bar with drag-able cursor
- Each song has waveform as progress bar
- Song specific waveform is generated at upload, and stored in AWS
- Spotlight section for user's uploaded songs (if any)
- Recent section displays users reposted songs (dependent on bonus spec 11)
- Sidebar displays liked songs (dependent on bonus spec 10)
- Sidebar displays a user's comments, along with song and timestamp
- Ability to comment on songs at specific timestamps
- A comment auto-displays when currently playing song reaches comment timestamp