opencaesar / oml-vision

A VS Code extension providing UI viewpoints for OML models
Other
4 stars 2 forks source link

Group nodes in diagram by suffix #52

Open pogi7 opened 3 months ago

pogi7 commented 3 months ago

Checklist before submitting a feature request

Is your feature request related to a problem? If yes, describe the problem

I find it frustrating when looking at a block diagram that nodes are not grouped by suffix.

Describe the desired feature

All of the -A nodes should be grouped together and all of the -B nodes should be group together in one side of the diagram

Additional context

Can implement this by one of the following:

  1. Dropdown to select node suffixes and how to group them
  2. Automatic grouping nodes based on suffixes
image

In the diagram the -1B and -B nodes should be grouped or placed together in one part of the parent node with all of the other -B nodes and the -A node should be grouped or placed at a different part along with all of the other -A nodes