cytomine / Cytomine-Web-UI

The Cytomine-WebUI is the official front-end for Cytomine, developed in VueJS. You will find more information about the Cytomine project on our website.
https://www.cytomine.org
Apache License 2.0
20 stars 20 forks source link

Fetch annotation batch by batch when user scroll down #115

Closed PaulBarZa closed 2 years ago

PaulBarZa commented 2 years ago

Issue #112

Loads annotations by batch. Defines the size of this batch in the config (currently it's equals to 10). At first 10 annotations are loaded. If the user scrolls down to see more, an additional batch will be loaded (etc ...)

This avoids back end flooding and doesn't set a strict limitation of X annotations that can be fetched.