-
Notifications
You must be signed in to change notification settings - Fork 9
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
Provide functionality for parameter filtering #321
Labels
enhancement
New feature or request
Comments
Agree with most/all of the thinking here. Just to be sure we agree - we here talk about (to a large degree) two independent components.
Discussion points:
|
Yes, I guess two components:
The first one might also provide sorting of the names for further usage |
12 tasks
jorgenherje
changed the title
Provide functionality/component for EnsembleParameters filtering
Provide functionality for parameter filtering
Oct 5, 2023
First step is resolved by: #405 |
Second step is resolved by: #741 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using ensemble parameters or a union of parameters across ensembles, the list can become large. Consider creating component/class/hook/utility functionality to be able to set some filtering criteria and provide a list of parameters fulfilling the filter selection for usage.
E.g. component to set based on wanted
EnsembleParameter
settings/attributes - see: https://github.com/equinor/webviz/blob/main/frontend/src/framework/EnsembleParameters.tsTypes:
Parameter
to create shorter list of parameter names to selectParameter
to create a subset of realizations to look atMentions:
Hans' comment
My comment:
Parameter
type to provide a shorter list of parameter names in e.g. a dropdown.Parameter
, i.e. functionality as mentioned above here - providing a shorter list.The text was updated successfully, but these errors were encountered: