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

Scroll to load #13

Open
nicolas-raoul opened this issue Nov 16, 2016 · 0 comments
Open

Scroll to load #13

nicolas-raoul opened this issue Nov 16, 2016 · 0 comments

Comments

@nicolas-raoul
Copy link

nicolas-raoul commented Nov 16, 2016

If database speed is an issue, the webapp should load data dynamically.

Rather than displaying 30/60/120/300/800/1200/2000 images, the app should first query for 10 items, and load more dynamically when the user scrolls down. If the images are bigger (see #6) users will not notice and start patrolling rather than wait for 2000 images to load before starting reviewing.

This "scroll-to-load" behavior is especially needed on mobile, where we must strive to not use more memory than needed (apps using more memory get kicked out quickly when the user switches apps, which degrades user experience a lot).

Google Images is an example of that behavior.

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

No branches or pull requests

1 participant