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

Enhance Captures tool with gallery view and tagging/editing #269

Open
nmcharlton opened this issue Jan 6, 2022 · 3 comments · May be fixed by #298
Open

Enhance Captures tool with gallery view and tagging/editing #269

nmcharlton opened this issue Jan 6, 2022 · 3 comments · May be fixed by #298
Assignees
Labels
size: medium Medium-size issue tool: Captures Relates to the capture data tool (Captures page, formerly Trees) type: enhancement New feature or request UI/UX Requires some UI/UX design input

Comments

@nmcharlton
Copy link
Collaborator

Overview

The Verify tool is currently the only place a user can view all of their capture images in one go and add/modify tags.
As a result, this tool is used for all sorts of activities beyond verification and it can be confusing to users to see all of the unverified captures by default.

Instead, the capability to view and edit already verified captures should be available in the Captures tool.

Gallery View

This should be the same as the gallery view in the Verify tool. The gallery components should be extracted and shared between the two tools.

The user should be able to toggle between list and gallery in Captures.

Screenshot 2022-01-06 at 20 37 13

Tagging

The tags that are currently available in Verify for approving a capture should be available in Captures, but the UX needs to be a little different:

  • Applying additional tags to an already approved capture should not require the user to re-approve the capture
  • All tag categories should be optional
  • The tagging drawer should not be visible if no captures are selected

Screenshot 2022-01-06 at 20 37 53

Again, the component and accompanying logic should be shared as much as possible.

Editing

When a user selects a capture (either in gallery or list view), the tagging dialog should be pre-populated with the current values.
The user should then have the option of modifying or removing each of those tags.

When multiple captures are selected, each tag category should be checked to see if it's the same for all captures (or empty).
If so, that value should be displayed. Otherwise, the UI should indicate that there are multiple values that can be all removed or replaced in one go.

@nmcharlton nmcharlton added type: enhancement New feature or request UI/UX Requires some UI/UX design input size: medium Medium-size issue tool: Captures Relates to the capture data tool (Captures page, formerly Trees) labels Jan 6, 2022
@tranquanghuy0801
Copy link
Member

@nmcharlton For this issue, where do we put the button to toggle between the Gallery/Table view in Captures tool UI? Also what is the default view?

@nmcharlton
Copy link
Collaborator Author

Hi @tranquanghuy0801. @gwynndp has started looking at this issue, and it requires some more consideration and design to understand how it should work.

@gwynndp gwynndp linked a pull request Jan 16, 2022 that will close this issue
13 tasks
@gwynndp
Copy link
Collaborator

gwynndp commented Feb 9, 2022

@nmcharlton Are the Tags that we want to edit from the Capture Tags? Are they also displayed on the CaptureDetail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: medium Medium-size issue tool: Captures Relates to the capture data tool (Captures page, formerly Trees) type: enhancement New feature or request UI/UX Requires some UI/UX design input
Projects
Development

Successfully merging a pull request may close this issue.

3 participants