rosekamallove / youtemy

A great way to learn from YouTube courses without any distractions and the ability to enroll in courses and track them with a daily streak to become more consistent.
https://youtemy-bc22a.firebaseapp.com/
MIT License
39 stars 12 forks source link

Sync playlists with new uploads #67

Closed iamangangwar closed 2 years ago

iamangangwar commented 2 years ago

Automatically update the database as the creator uploads new videos in a playlist.

tuanthanh2067 commented 2 years ago

Can you please give me more context about this issue?

rosekamallove commented 2 years ago

what the app currently does is store the playlist and its corresponding videos IDs in the database but what if the creation of the playlist adds more videos to the playlist.

We can probably asynchronously update the DB for new videos by checking the playlist using the Youtube Data API

tuanthanh2067 commented 2 years ago

I mean, I will give it a try

tuanthanh2067 commented 2 years ago

Have you had any plan of doing that yet?

tuanthanh2067 commented 2 years ago

And more thing is that, the README.md does not provide information about setting up firebase authentication and database.

rosekamallove commented 2 years ago

Yeah, you can give it a try! that would be great lemme know if you wanna ask anything!

rosekamallove commented 2 years ago

I'll just create a contribution.md file which will include the instructions

tuanthanh2067 commented 2 years ago

Yes, please. I'm having problem signing up and testing the database

rosekamallove commented 2 years ago

https://github.com/rosekamallove/youtemy/blob/main/CONTRIBUTION.md check this out

tuanthanh2067 commented 2 years ago

I'm not sure if I understand this correctly, are you talking about currentlyEnrolled playlist thing? because bookmarks won't save the list of videos but currentEnrolled thing does right?

rosekamallove commented 2 years ago

Yeah currentlyEnrolled I'm soo sorry if I said bookmarks, smh

tuanthanh2067 commented 2 years ago

Right, let me try!