-
Notifications
You must be signed in to change notification settings - Fork 1
MVP List
Nick edited this page Sep 16, 2020
·
7 revisions
RubyReel, a YouTube clone, is a video-sharing platform where users can watch, comment on, and like/dislike videos, as well as upload and share their own.
- User's may create accounts, sign in, and sign out
- Users can access the sites many features without needing to log in
- Users cannot access certain features when not logged in (commenting, liking videos, etc)
- Logged in users can upload, edit, and remove their own videos
- Users can view a list of videos on the homepage
- Users can view specific videos
- Logged in users can like, as well as dislike, specific videos
- Videos show how many likes and dislikes it has
- Logged in users are able to comment on videos
- Users are able to use a search bar to look for videos
- Search is based off title of the video, or uploader
- Videos display the number of times they have been played
- This will count both logged-in and demo users
The rest of the features are what I hope to get to if I am ahead of schedule and finish the previous features with extra time.
- Logged in users are able to upvote and downvote specific comments on specific videos
- Each comment shows amount of upvotes and downvotes
- Logged in users have their own userpage, or Channel, where all their uploaded videos are kept
- Logged in users can edit their Channel homepage
- Logged in users can subscribe to other users
- Users can see who they are subscribed to, and who is subscribed to them on their Channel