Support #15019
closed[Data operations] Process status - filter
Description
As a user, I would like to have the possibility to filter processes by their status.
so that I can see the needed data.
Acceptance criteria:
- filters available in Status column
- after clicking on the status label popup appears with checkbox filers
- there are the following process statuses: Failed, Running, Locked Queued, Uncommitted Cancelled, Completed
Files
Related issues
Updated by Chrystian Klingenberg over 5 years ago
- File status filters.PNG status filters.PNG added
- Subject changed from [Data operations] Process types - filter to [Data operations] Process status - filter
- Description updated (diff)
Updated by Chrystian Klingenberg over 5 years ago
- Target version set to Workbench2 Q3, Q4
Updated by Chrystian Klingenberg over 5 years ago
- Status changed from New to In Progress
Updated by Tom Morris over 5 years ago
- Has duplicate Feature #14986: [Data operations] Filtering by process status added
Updated by Tom Morris over 5 years ago
- Description updated (diff)
The current "Locked" and "Uncommitted" statuses don't match the specification in #13776. If it's possible to easily fix that as part of this story let's do that. Otherwise we can create a ticket to fix that first, before doing this ticket, because it doesn't make sense to do the implementation and then immediately have to change it.
Updated by Tom Morris over 5 years ago
- Related to Feature #15047: [Navigation] Exclude child processes added
Updated by Lucas Di Pentima almost 5 years ago
- Target version changed from Workbench2 Q3, Q4 to 2020-01-02 Sprint
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima almost 5 years ago
Updates at commit baba7179 - branch 15019-project-view-status-filter
(wb2 repo)
I've based this branch from 15672-subprocess-list-v2
, so I suggest reviewing that one first.
Added Eric's status filtering component to project panel's Status column and tried adding filters to the /contents
endpoint like this one: [['container_request.container.state', '=', 'Cancelled']]
. It worked! Not sure if we already forsee this use case, but didn't find any mention of it on the Arvados docs, maybe we should.
Updated by Peter Amstutz almost 5 years ago
This has the same issue as 15672 where individual processes will live-update from Running to Completed, but the listing isn't refreshed. Perhaps we can solve it the same way, too? Deciding when to refresh the list of processes owned by a project should be basically the same as refreshing the list of processes created by a certain container request.
Updated by Peter Amstutz almost 5 years ago
- Target version changed from 2020-01-02 Sprint to 2020-01-15 Sprint
Updated by Peter Amstutz almost 5 years ago
- Assigned To changed from Lucas Di Pentima to Peter Amstutz
Updated by Peter Amstutz almost 5 years ago
- Target version changed from 2020-01-15 Sprint to 2020-01-29 Sprint
Updated by Peter Amstutz almost 5 years ago
- Assigned To changed from Peter Amstutz to Lucas Di Pentima
Updated by Lucas Di Pentima almost 5 years ago
Updated by Peter Amstutz almost 5 years ago
Updated by Anonymous almost 5 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados-workbench2|9560c82690895046f76c2e65f074560ae81fbb5c.