WildMeOrg / codex-frontend

The frontend for Codex, written in React with Material UI components. Codex is active and being used by the research community!
GNU General Public License v3.0
8 stars 17 forks source link

user's data page #609

Closed TanyaStere42 closed 10 months ago

TanyaStere42 commented 1 year ago

Context

Users are not currently able to look their all of their data without leveraging the search function. As the majority of users leverage bulk import, this blocks users from accessing their most recent uploaded data and can stop users from tracking their place in their processed data.

User Story

Technical Notes

Sighting and Pending sighting tables: state, location, date, number of annotations, number of animals, and link to sighting

Design

Image

Note: typo in design on second frame. It is "Unapproved sightings" not "approved"

TanyaStere42 commented 11 months ago

Emergent requirement for backend: need API for number of annotations and number of animals on AGS (pending sightings) Assigned to @naknomum for backend work

TanyaStere42 commented 11 months ago

cutting "my individuals" table for now. requires a direct API call which will need to be addressed separately.

naknomum commented 11 months ago

Emergent requirement for backend: need API for number of annotations and number of animals on AGS (pending sightings) Assigned to @naknomum for backend work

also needed: match_state to be returned from search results.

TanyaStere42 commented 10 months ago

Reopened - QA discovered designs did not match feature spec. Page structure needs to be updated