MVP List - slimjim49j/ViewTube GitHub Wiki
MVPs
Youtube is a video sharing platform which allows users to post public videos that can be liked and commented on.
1. Hosting on Heroku (< 1 day)
2. User Authentication (1 day)
3. Production README (< 1 day)
4. Video upload and playback (2-3 days)
- active storage
- upload, view, delete videos
- must be logged in to upload/delete
5. Likes/dislikes for videos (2 days)
- create, destroy likes/dislikes
- can either like or dislike
- must be logged in
- make polymorphic for comments and videos
6. Comments (2-3 days)
- ajax loading for comments
- must be logged in to create/delete
7. Search (2-3 days)
- Bonus: Number of plays
- Bonus: Upvotes/downvotes for comments
- Bonus: Channels and subscriptions