Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update on same set of videos issue (small feature update) #23

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Khateebxtreme
Copy link

@Khateebxtreme Khateebxtreme commented Apr 9, 2023

On deployment , i noticed same set of videos were returned on each reload because of hardcoded param values like "date"

This change will broaden the set of videos returned on each reload by ->

  1. changing the sorting order from "date" to a mix of "date" , "viewCount" "rating" etc on random and this change will not reflect on channelDetails page because of the extra parameter taken as an arguement so channelDetails page will only have videos ordered by "date"

  2. changing the country codes at random will also generate different set of videos on our feed broadening our pool but this can be considered as an optional change and can be changed as per liking of the mainters

  3. please ignore a few changes on readme.md , it was unintentional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant