-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: Infinite Scroll for /summary
page
#72
Comments
Will make it a pain in the ass to scrape ;-; |
a. Who is scraping the catchup page? |
We've already had one project that does it (https://github.com/mihikagaonkar/OTC-Dashboard), so let us not make any assumptions and keep things open for the future.
That is an alternative, but it requires additional effort. |
There was no need to scrape the website, all the data was availabe in the repo.
No, that is a side effect of implementing infinite scroll.
Just the
Hmm maybe add a page, but most likely someone who wants to scrape the page will analyze network requests. But in general, there are very few reasons to scrape the summaries from the website. |
Makes sense. Thank you. We should add a note somewhere for scrapers though, just to inform them about the API. (Maybe in the API response?) |
Make the
/summary
page initially load only the last 3 summaries, and dynamically fetch more as the user scrolls.The text was updated successfully, but these errors were encountered: