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
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?
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?
[X] I did not find any similar issues
Code of Conduct
[X] I agree to follow this project's Code of Conduct
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?
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