Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine and restructure fields in Verify/Trees filter, Trees list and Tree Detail #54

Closed
nmcharlton opened this issue Mar 26, 2021 · 3 comments · Fixed by #101
Closed
Assignees
Labels
help wanted Extra attention is needed size: medium Medium-size issue tool: Verify Relates to the capture verification tool (Verify page) type: enhancement New feature or request UI/UX Requires some UI/UX design input

Comments

@nmcharlton
Copy link
Collaborator

The fields currently displayed for a capture are basically mirrors of the database.
Instead they should display information in a format that is meaningful and logical for the user.

For example, we use two Boolean fields (active and approved) to denote the verification state of a capture:

  • active===true && approved===false => Awaiting verification
  • active===true && approved===true => Approved
  • active===false && approved===false => Rejected

These should be combined into one Verification State field for display and filter.

Data in the Tree Detail could be grouped by:

  • Capture data (Planter ID, Planter Identifier, Device Identifier, Date Created, Note)
  • Verification state
  • Capture tags (Tags, Species)
  • Tokenized

This will require some UI/UX design effort and input from @sebastiangaertner and other users.

Note that there are several other issues related to the Filters and Tree Detail: #10, #26, #29, #35, #37, #50, #51, #53

Current Tree Detail UI:
Screenshot 2021-03-26 at 22 40 36

@nmcharlton nmcharlton added type: enhancement New feature or request help wanted Extra attention is needed labels Mar 26, 2021
@nmcharlton nmcharlton added tool: Verify Relates to the capture verification tool (Verify page) size: medium Medium-size issue UI/UX Requires some UI/UX design input labels Apr 10, 2021
@VLuisa
Copy link
Contributor

VLuisa commented May 20, 2021

@nmcharlton I can take a look at this! I could start by making a rough mockup and soliciting some feedback

@nmcharlton
Copy link
Collaborator Author

@nmcharlton I can take a look at this! I could start by making a rough mockup and soliciting some feedback

Awesome! Thanks @VLuisa.
As always, give me a shout if you need any clarification or assistance.

@VLuisa
Copy link
Contributor

VLuisa commented May 20, 2021

@nmcharlton Will do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed size: medium Medium-size issue tool: Verify Relates to the capture verification tool (Verify page) type: enhancement New feature or request UI/UX Requires some UI/UX design input
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants