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

[Task] Labels in recording tables are clickable and select similarly-labelled recordings #441

Closed
Tracked by #440
andrewazores opened this issue May 18, 2022 · 1 comment · Fixed by #503
Closed
Tracked by #440
Assignees
Labels
feat New feature or request needs-documentation

Comments

@andrewazores
Copy link
Member

andrewazores commented May 18, 2022

Parent: #440

The labels displayed on recording table rows should be clickable. When I click a label I expect the current row to be selected (checkbox ticked), and all other rows in the same table with the same label also selected. I should then be able to perform bulk actions across this selection set such as stopping, label-editing, or archiving all of them at once.

How this is implemented should be considered alongside the sibling task #414. #414 should allow some basic meanings like label/A = foo AND label/B = BAR AND label/C = BAZ to be specified by the user. Clicking on labels in the recording rows could add them to the set of label/A = FOO, label/B = BAR, label/C = BAZ, with some toolbar menu option that allows the user to choose the AND or OR operation. The #414 UI should also allow the user to search or manually enter a label value textually, not only graphically by clicking on the label elements as specified by this issue.

@andrewazores
Copy link
Member Author

Given the development happening to address #414, I think this could used a revised description:

The labels displayed on recording table rows should be clickable. When I click a label I expect the current row to remain in the table, all other rows in the same table with the same label (and potentially other labels) to also remain, and any rows without that same label to be removed. I should then be able to perform bulk actions across this selection set such as stopping, label-editing, or archiving all of them at once by clicking the bulk select-all header checkbox to select all of the rows remaining in the filtered table.

@tthvo tthvo self-assigned this Sep 20, 2022
Repository owner moved this from Stretch Goals to Done in 2.2.0 Release Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request needs-documentation
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants