Skip to content
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

Feature request: Graph shown as table/grid #953

Open
bastian-fenske opened this issue Aug 16, 2024 · 1 comment
Open

Feature request: Graph shown as table/grid #953

bastian-fenske opened this issue Aug 16, 2024 · 1 comment
Labels

Comments

@bastian-fenske
Copy link

We have an app with "modules" and layers. "Modules" in this sense are groups of functionalities build around a specific area of our domain, not modules in the sense of Typescript files, ES Modules etc. The directory structure is /src/app/{moduleName}/{layerName}/... where layerName can be one of ui, application, domain or infrastructure. I would love to create an SVG where I have the nodes arranged in a grid with modules#layers so that there would be one row for each module and one column for each layer.

Something like this:

+---------------------------------------------------------+
|  User                                                   |
| +----+  +-------------+  +--------+  +----------------+ |
| | ui |  | application |  | domain |  | infrastructure | |
| +----+  +-------------+  +--------+  +----------------+ |
+---------------------------------------------------------+

+---------------------------------------------------------+
|  Dashboard                                              |
| +----+  +-------------+  +--------+  +----------------+ |
| | ui |  | application |  | domain |  | infrastructure | |
| +----+  +-------------+  +--------+  +----------------+ |
+---------------------------------------------------------+

+---------------------------------------------------------+
|  Chart                                                  |
| +----+                   +--------+  +----------------+ |
| | ui |                   | domain |  | infrastructure | |
| +----+                   +--------+  +----------------+ |
+---------------------------------------------------------+

Is anybody aware of a simple way to implement this feature?

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Aug 27, 2024
@sverweij sverweij reopened this Aug 31, 2024
@sverweij sverweij added question and removed stale labels Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants