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 21 forks source link

Annotation fetching by category is unefficient #112

Open geektortoise opened 2 years ago

geektortoise commented 2 years ago

Currently, the Web UI ask for the fetching of all the annotation classified by a defined category (user, term, etc.)

This PR (https://github.com/cytomine/Cytomine-Web-UI/pull/89) set a limitation of the number of categories to avoid backend flooding. However, this is a strict limitation and missing annotations would only be fetch by a more precise filtering (remove some terms or users).

I think it would be a nice feature to

I see 2 options :

Maybe there is other options that I don't see at this moment.