CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
190 stars 53 forks source link

FR: Save/highlight watched videos #108

Open omar2205 opened 1 year ago

omar2205 commented 1 year ago

Describe the problem

Saving the videos that the user clicked to help the user keep track of the watched videos. (Does the YT API provide such watch time? Like this red line?

image

Describe the proposed solution

We can add the video to the user's localStorage or the database (more DB migrations, hooray!).

Have you checked if this issue has already been raised?

Code of Conduct