Infinitay / Infinitay/Unlisted-YouTube-Video-Finder
[UI] Provide more details about the number of videos found/filtered
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The YouTube API will return all Liked videos that are public or unlisted. It will not return private videos. However, the total number of videos within the playlist, `pageInfo.totalResults` will be the summation of public, unlisted, and private videos as far as I am aware. Maybe let the user know that some of the videos in the playlist is private, hence the _inaccurate_ number.
For example, in my case there is 520 videos in my Liked playlist, but only 490 are currently showing.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the UI that displays the playlist's total and the number of videos returned by the YouTube API. Check how pageInfo.totalResults is presented versus the fetched public and unlisted videos; done means the interface explains that private videos can make the displayed counts differ.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100