animl-frontend
animl-frontend copied to clipboard
A frontend web app for viewing & labeling camera trap data by The Nature Conservancy.
**User Story** As a user, I want to be able to see all my organization's projects, so that I can easily navigate between them. **Super User Story** As an internal...
> - [ ] gracefully handle network interruptions (for starters listen for them, [abort](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/abort) upload, and display and display error to user. > > - [ ] A super slick...
**User Story** As a user, I want to re-run my images through new automation rules, so that I can achieve new and more accurate results after I know how to...
Conduct an audit of the full image upload process, trying to poke holes and find where we may need to install guardrails. Keep in mind, image sizes, image sources, image...
**User Story** As a user, I want an easy way to add new projects to Animl, so that I can roll it out in more places
With concepts about "representative labels" and the various levels of annotation aggregations introduced in #289. **EA edit:** New summarized ticket in comment below
**User Story** As a user who wants to use Animl, I want the ability to sign up or create my account, so that I can start using the software! **Details**...
### Context With the introduction of SpeciesNet (which has ~2500 classes), the `Projects` payloads exploded in size because each class needs a config record under `Project.automationRules.action.categoryConfig`. We discovered that when...
**Context** Adjusts the styling of the tags and labels admin modal to be mobile friendly. **Depends on** #312 **Todo** - [ ] Deploy to dev and test on device -...