Greenstand / Greenstand/treetracker-admin-client
Improve batch verification performance
Open
on hold
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
Users can approve, reject and tag multiple captures at once.
Currently, these are processed by the client in series, waiting for the result of each approval/rejection before moving onto the next capture.
Approving a full page of 192 captures takes several minutes.
It would likely be much quicker to process the whole batch in one request, or at least in parallel.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.