Skip to content

Feature List

j-corp-25 edited this page Jul 20, 2023 · 5 revisions

Feature List

GlueTube, a YouTube clone, but the content is so much better you can't ever stop watching.

1. Hosting on Render (07/15/2023) 1 Hour

2. New account creation, login, and guest/demo login (07/16, 2 days)

  • Users can CREATE/sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without login (Upload/Comment/Dis-likes/Likes/Subscribe) but can watch videos

3. Videos (07/18, 2 days) - My main #CRUD feature

  • Logged in users can upload/CREATE videos
  • Logged in users can see/READ their videos and other videos
  • Logged in users can update/UPDATE their videos
  • Logged in users can delete/DELETE their videos

4. Likes (07/20, .5 day)

  • Logged in users can like videos
  • The like count is displayed for each video

5. Dis-Likes (07/20, .5 day)

  • Logged in users can 'dis-like' videos
  • The dis-like count is displayed for each video

6. Comments (07/21,1 day) - My second #CRUD feature

  • Logged in users can comment on videos /CREATE
  • Comments are displayed below the video / READ
  • Logged in users can edit their comment on videos /UPDATE
  • Logged in users can delete their comment on videos /DELETE
  • Comments can have child comments

7. Production README (07/28, 0.5 days)

8. Bonus #1: Subscriptions (07/24, 1 day)

  • Logged in users can 'subscribe' to other users' channels
  • The subscription count is displayed on each user's channel

9. Bonus #2: Video Search (07/26, 2 day)

  • Users can search for videos
  • Search results will display a list of video thumbnails with videos

10. Bonus #3: Video Playlists (TBD)

  • Logged in users can create and manage playlists
  • Users can add videos to their playlist

11. Bonus #4: Watch Later (TBD)

  • Logged in users can add videos to a "Watch Later" list
  • The "Watch Later" list is accessible from the user's profile

12. Bonus #5: Video Recommendations (TBD)

  • Users receive video recommendations based on their watch history and liked videos
  • Recommended videos appear on a dedicated section on the homepage or under each video
Clone this wiki locally