Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Very very early draft, in design and discussion at the moment.
The goal is to deliver a static-ish dashboard, similar to iqe-requirements, but for cross-project test result aggregation.
Currently struggling with a split menu toggle + dropdown implmentation, similar to insights:
https://github.com/RedHatInsights/frontend-components/blob/69399c1ff2e3be6fd8e387ce768a6435efcd851d/packages/components/src/ConditionalFilter/ConditionalFilter.tsx#L185
commented out dual-select is easy and working, but there was review input that they look dependent on each other. I'm skeptical of this input, as their selections will be completely different, and will completely change the view. There will still be dashboards under the projects, and those dashboards won't be visible/searchable without selecting the project first.
This is built on the commits for #498 and #499
Status
Holding for #494 after great input from Andrew Dewar about the routing, select, and structure.