-
Notifications
You must be signed in to change notification settings - Fork 27
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
Tree component filtering #482
Comments
Note: Cylc 7 GUI filter returned only the branch of the tree with the tasks found. The example above was a quick test, filtering in the While the simplest way to implement it, we end up with child-less nodes in the tree. Back to the drawing board. |
I think it would be a good idea to keep the filters simple for now (i.e. job state and possibly task name) and to add other filters slowly when we are able to find efficient ways of implementing them. |
Task name is a must have IMO. Some enormous suites have long complex hard-to-parse-at-glance task names, and filtering by state isn’t going to help much if you’re not looking for an active or failed task. |
Describe exactly what you would like to see in an upcoming release
Allow users to apply filters to the Tree component.
Additional context
Similar to Cylc 7's GUI feature:
Pull requests welcome!
The text was updated successfully, but these errors were encountered: