Western-Rank / western-rank

A course review platform for Western University and affiliate colleges!
https://westernrank.com
4 stars 0 forks source link

Bug: Infinite Scroll Failing #97

Open rgavigan opened 7 months ago

rgavigan commented 7 months ago

There are instances where the scroll wheel never appears on the Explore Courses page.

Reproducibility:

Suggested fix: maybe pagination instead of scrolling the table? Including preferences for results per page could also help users.

hunterchen7 commented 7 months ago

I assume there's some hook that triggers on page bottoming but sometimes it never triggers on load so it gets stuck on 20 courses being loaded, I propose a hotfix to just load in the first 100 courses on page load or something.

rgavigan commented 7 months ago

I think that's a good idea. 100 is enough such that users won't run into any practical issue once they set a filter

hunterchen7 commented 7 months ago

I think that's a good idea. 100 is enough such that users won't run into any practical issue once they set a filter

brings me to issue #101 (setting a filter resets everything previously fetched and re-fetches only the first 20 items)