performant-software / Annotation-Studio

An online annotation platform for teaching and learning in the humanities.
http://www.annotationstudio.org
GNU General Public License v2.0
5 stars 1 forks source link

Remove API request limit for admin users #376

Closed sarastanton closed 2 years ago

sarastanton commented 2 years ago

Currently, API requests from Studio to the Annotation data API are limited to 1000 results; this limitation should be removed for administrative users only; they sometimes want to load more annotations than this.

sarastanton commented 2 years ago

To test:

Admin users should be able to load (or export to csv) all 1,056 annotations for the following document:

https://staging.covecollective.org/anthologies/wh-team-draft/documents/portrait-of-mr-wh-the-adf1eb34-30b4-4467-93f0-e3c88f72ee70

Non-admin users will continue being limited to 1,000 results.

Below is a screenshot of a database query showing that this particular document does indeed have 1,056 annotations in production:

image.png