Refine and restructure fields in Verify/Trees filter, Trees list and Tree Detail #54
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
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
andapproved
) to denote the verification state of a capture:active===true && approved===false
=> Awaiting verificationactive===true && approved===true
=> Approvedactive===false && approved===false
=> RejectedThese should be combined into one Verification State field for display and filter.
Data in the Tree Detail could be grouped by:
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:
The text was updated successfully, but these errors were encountered: