animl-frontend icon indicating copy to clipboard operation
animl-frontend copied to clipboard

A frontend web app for viewing & labeling camera trap data by The Nature Conservancy.

Results 164 animl-frontend issues
Sort by recently updated
recently updated
newest added

Right now, if you start adding an object but want to abandon it, you click off of the bbox after you've drawn it. I'm not sure how intuitive that is,...

enhancement
UX
annotating ux

It's hard to create new object at right hand edge of the image frame (if you release the mouse outside of the image frame it should create the object but...

bug
annotating ux

Currently, when the date picker's `openDirection` is "up" and you try to toggle through months quickly, the arrow jumps up and down b/c the height of the component changes with...

UX

This bug may have been introduced during the mobile UX implementation. Also, even when it was working, users could open the category selector in the image review toolbar (either by...

bug
annotating ux

It gets really unwieldy with large numbers of cameras (e.g. Island Spotted Skunks project). It also would be really helpful to show the deployment names and not just the camera...

enhancement
UI

Currently, if an error occurs while during execution of the `ingest-zip` Batch Job, we tack an error message onto the status in the upload table [here](https://github.com/tnc-ca-geo/animl-frontend/blob/2e3b1c44e28bf83a799cadf2a84143d0b88ca34a/src/features/upload/BulkUploadTable.jsx#L208C1-L213C24): ![Screenshot 2024-08-07 at 10...

clean up

If all images are not-reviewed for a certain set of filters, the app crashes when you click "Get info" and open the stats modal.

bug

- [ ] figure out an alternative to react-dates, as that's holding up upgrading to React 17 or 18 - [ ] upgrade react-router at some point and ditch connected-react-router...

clean up

Somehow when manipulating the bounding boxes users can accidentally create bboxes with smaller `xmax` values than the `xmin`. See this issue for more detail: https://github.com/tnc-ca-geo/animl-ml/issues/122

bug

Once we implement #83, it might make sense to rethink how we structure the front end UI. The current UI is heavily view-focused (main component that takes up 95% of...

UI