telescope icon indicating copy to clipboard operation
telescope copied to clipboard

Track view count and subscriber count for YouTube banner

Open dbelokon opened this issue 2 years ago • 5 comments

In #3282 we have a YouTube banner that is displaying negative numbers for the subscriber and viewer count.

The reason for this is because the current back-end does not track this information.

I am not really sure what should be the way to solve it. We could write some code in the front-end that requests with the YouTube API the information we want, or have the back-end figure out to store this information and give it to the front-end.

dbelokon avatar Mar 22 '22 10:03 dbelokon

A way I tried to implement it is by making a request to YouTube from the front-end and get the information I wanted. However, I ran into a CORS issue that I am not really sure how to fix. If anybody can help me out on that, I'll appreciate it a lot!

dbelokon avatar Mar 23 '22 11:03 dbelokon

@dbelokon Can you post screenshots of your findings?

AmasiaNalbandian avatar Mar 24 '22 12:03 AmasiaNalbandian

@dbelokon how's the progress?

TueeNguyen avatar Mar 31 '22 12:03 TueeNguyen

We've decided that this issue is not in high priority, I took it out of 3.0 alpha.

TueeNguyen avatar Mar 31 '22 12:03 TueeNguyen

Aight, thank you for letting me know!!

dbelokon avatar Apr 05 '22 00:04 dbelokon