-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
User wants to be able to see sub-graphs in the Graph view by tag.
Describe the solution you'd like
"https://reactflow.dev/examples/grouping/sub-flows
Subflow grouping on tags would also be cool
So in this case, both having been tagged with infrastructure, they could be grouped in a subflow. That may have to be an toggle-able feature since subflows usually are bound to their parent boxes. That also makes Dagre layout tricky, you have to layout the subflows to get the size, then layout the parents to get the full graph"
The user suggests a toggle where the layout of nodes is adjusted to make the sub-groups visible. This would probably ignore (and not adjust) the stored positions of the nodes.
Describe alternatives you've considered
- Filtering the graph by tag to only include nodes with a certain tag.
- Adding the sub-groups on top of the current position of nodes
Additional context
We just need a Filters toolbox like on other parts of the app