Make tar_watch aware of the nested lists in targets objects to allow for easy filtering #300
Closed
brunocarlin
started this conversation in
Ideas
Replies: 1 comment
-
Toggling on "targets only" is the easiest way to get a cleaner graph. Other kinds of target selection are trickier. For example, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The concept is pretty simple right now when your pipeline gets big you get sort of a cluttered view of what is happening, one way to minimize this is using select filters, but another more interactive way would be to allow tar_watch to filter based on named lists and a sort of folder structure.
say we build this pipeline based on the targets-minimal repo
Now this generated this amazing shiny page
If we could just get a selector based on objects it would already go a long way into quickly filtering the image, a nested selector would be even better
Beta Was this translation helpful? Give feedback.
All reactions