Feature #18984
closedProject type filters improvements
Description
- Type filters should be expanded by default, or eliminate expanding/collapsing entirely (sub-options should still be indented)
- Child processes should be hidden by default
- Should have some visual hint indicating when the filter has been set to a non-default setting
- Indicate to the user when the project appears empty that some items may be excluded (if any filters are active)
Also: could we change it so checking/unchecking a filter immediately reloads the project list instead of having to click "ok". Maybe have a small delay/input buffering to reduce flicker if the user clicks changes several checkboxes quickly.
Replace this section
- Process
- Main
- Child
With this:
- Workflow
- Definition
- Runs
- Intermediate steps
Updated by Peter Amstutz over 2 years ago
- Description updated (diff)
- Subject changed from Project type filters to Project type filters improvements
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-04-27 Sprint to 2022-05-11 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-05-11 sprint to 2022-05-25 sprint
Updated by Stephen Smith over 2 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-05-25 sprint to 2022-06-08 sprint
Updated by Stephen Smith over 2 years ago
Changes at arvados-workbench2|ede9027245c18871358536ebf7d5e39a9291926f branch 18984-project-type-filters-2
Tests developer-tests-workbench2: #738
- Expand all type filters by default
- Hide child process by default
- Added asterisk to non-default values of multi-select filters
- Add debounced auto apply to non-mutually exclusive filters
- Updated filter defaults and arrangement
- Added active filters warning to empty data explorer message
- Fix spacing issue on groups details data explorer
Updated by Peter Amstutz over 2 years ago
Stephen Smith wrote:
Changes at arvados-workbench2|ede9027245c18871358536ebf7d5e39a9291926f branch 18984-project-type-filters-2
Tests developer-tests-workbench2: #738
- Expand all type filters by default
- Hide child process by default
- Added asterisk to non-default values of multi-select filters
- Add debounced auto apply to non-mutually exclusive filters
- Updated filter defaults and arrangement
- Added active filters warning to empty data explorer message
- Fix spacing issue on groups details data explorer
As I mentioned in standup, the main thing I noticed is that if you un-check all of the filters, it shows everything instead of being empty. Otherwise, this seems to work pretty well.
Updated by Stephen Smith over 2 years ago
updated at arvados-workbench2|24d11ff837843675b37f1a844152ca0e74a12dea
Tests developer-tests-workbench2: #739
- Changed the object type filter serializer to serialize kind=none when no type filters are selected
Updated by Peter Amstutz over 2 years ago
Stephen Smith wrote:
updated at arvados-workbench2|24d11ff837843675b37f1a844152ca0e74a12dea
Tests developer-tests-workbench2: #739
- Changed the object type filter serializer to serialize kind=none when no type filters are selected
Thanks, this LGTM
Updated by Stephen Smith over 2 years ago
- Status changed from In Progress to Resolved