-
Notifications
You must be signed in to change notification settings - Fork 500
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
File Tags: Batch update should be incremental, not specify all tags as a set. #3010
Comments
Update: For adding: For deleting: So, if we make adding incremental only by only showing tags selected during this popup's session, we also need a way to display existing tags for removal. |
Potential use cases that may impact design and need evaluation:
|
@eaquigley and I met to discuss this so that I could become familiar with the current state. This will be prioritized for a future release, but back to the unassigned pool for now! |
Discussed in the design meeting Aug. 17: need discussion around batch editing and how displayed to the user – what is selected, what the user is applying to what files. I agree that the expected rules are spelled out in the initial comment in the issue. |
This issue already exists but in testing related tags issues it was identified as being incorrect and not useful.
An example:
3 files, each has their own tag: file1, file2, file3.
Curator wants to add one common tag to all three files while preserving their own unique tags.
Curator batch edits the three files, adds tag "common" and saves.
Now, all three files have the union of all file tags: each has tags, file1,file2,file3,common.
Expected and desired behavior is to incrementally update file tags:
after adding the "common" tag above, files should have the following tags:
Reviewed with Gustavo and @eaquigley . Liz felt this was really important to fix for v4.3.
The text was updated successfully, but these errors were encountered: