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

Module-Level Analysis #53

Open
arde02 opened this issue Aug 6, 2024 · 0 comments
Open

Module-Level Analysis #53

arde02 opened this issue Aug 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@arde02
Copy link

arde02 commented Aug 6, 2024

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.

@arde02 arde02 added the enhancement New feature or request label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant