Skip to content

MVP List

Dan Lay edited this page Sep 30, 2022 · 2 revisions

MVP List

YourTube, a YouTube clone, is a video sharing / social media application that allows users to upload and publicly share their own videos that can be viewed, commented on, and liked by other users. The users' channels can also be subscribed to by other users, and users can assemble playlists of videos.

1. Hosting on Heroku (10/07/22)

2. New account creation, login, and guest/demo login (10/08/22, 2 days)

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without being logged in (uploading videos, liking/commenting, subscribing)

3. Videos (10/10/22, 2 days)

  • Logged in users can upload videos (may be future functionality)
  • Users can view other users' videos
  • Logged in users can create playlists of other users's videos

4. Comments (10/13/22, 1 day)

  • Logged in users can leave comments on other users' videos
  • Users can see list of comments under a video

5. Likes (10/14/22, 1 day)

  • Logged in users can like a video, or remove their like
  • Like count is displayed for a video

6. Dislikes (10/15/22, 1 day)

  • Logged in users can like a video, or remove their dislike
  • Dislike count is displayed for a video

7. Dashboard and User Profile (10/16/22, 2 days)

  • Users can view a random collection of other users' videos on the dashboard
  • Users have a public profile with their uploaded videos

**8. Production README (10/17/22, 0.5 days)