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
Is your feature request related to a problem? Please describe.
I love this tool.
I would like to use it for gaining insight at the module level, rather than the entity/file level.
For example, a single Swift Package, can contain multiple modules inside of it.
I would like to know, on a module level, how large a module is, how coupled it is to another and so on.
Describe the solution you'd like
It would be ideal to limit the "depth" from the root source directory on the D3 interactive graph, such that you can control how granular you would like the view to be.
So, for example, if I would like to know and compare how large modules are, I could set the view to group all the entities lower than a depth of 1 and I'd get a D3 view of "bubbles", one for each module, and each bubble can show me the module-level information, such as SLOC for the module and dependency to other modules.
Optional: Describe alternatives you've considered
I have attempted to do this myself with a local script, but its not very nice.
I'd rather use this awesome tool tbh.
Optional: Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I love this tool.
I would like to use it for gaining insight at the module level, rather than the entity/file level.
For example, a single Swift Package, can contain multiple modules inside of it.
I would like to know, on a module level, how large a module is, how coupled it is to another and so on.
Describe the solution you'd like
It would be ideal to limit the "depth" from the root source directory on the D3 interactive graph, such that you can control how granular you would like the view to be.
So, for example, if I would like to know and compare how large modules are, I could set the view to group all the entities lower than a depth of 1 and I'd get a D3 view of "bubbles", one for each module, and each bubble can show me the module-level information, such as SLOC for the module and dependency to other modules.
Optional: Describe alternatives you've considered
I have attempted to do this myself with a local script, but its not very nice.
I'd rather use this awesome tool tbh.
Optional: Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: