You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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}/...
wherelayerName
can be one ofui
,application
,domain
orinfrastructure
. 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:
Is anybody aware of a simple way to implement this feature?
The text was updated successfully, but these errors were encountered: