-
Notifications
You must be signed in to change notification settings - Fork 0
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
Full website list not loading? #16
Comments
potential fix : #18 , gotta test. |
@hackertron update from 9/12 weekly call, please add any details or clarification I might have missed! This issue is due to pagination logic. Currently, C4 loads the first 100 sites by date submitted in ascending order and randomizes that list. Once that list is complete, it loads the next 100 sites. Because of that logic, it's uncommon for the first 100 sites to be browsed in its entirety, so the rest of the submitted sites are almost never viewed. In the future, this logic should change to either:
|
From 9/19 weekly meeting New logic proposed by @hackertron:
TPan feedback on this: This works well for new users and if there are a lot of pages, but I'm concerned about what this would look like for returning users with a small number of pages/sites submitted. Not sure if there is better logic to implement that is still lightweight on the dev side? |
Was going through the C4 app to post website of the day on social and noticed that no sites that were submitted from 8/8 and onward showed up on https://app.channel4.wtf/discover
Went through 30-40 sites, so that it probabilistically unlikely to not come across any of those sites after 8/8.
Not sure if there is an issue with those sites appearing?
The text was updated successfully, but these errors were encountered: