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

Enhancement: multiple DOT reports #23

Open
aeiplatform opened this issue Feb 7, 2020 · 0 comments
Open

Enhancement: multiple DOT reports #23

aeiplatform opened this issue Feb 7, 2020 · 0 comments

Comments

@aeiplatform
Copy link

Since yours plugin is one of my favorites, because it's much easier to orient in huge projects.
But it would be nice to have more reports like in $buildDir/visteg/...
Surely there is a lot of potential of extending this to more Gradle projects.

I was thinking about current output with some simplifications if project is defined as:
Root -> N sub-projects
In its current state, the plugin always visualizes the same tasks for each sub-project, even if they exist the same as the root module.
It would be nice to get detailed information of root module task dependencies and for sub-projects get only 1 edge from the first occurrence to just module abstraction only if all modules has the same sub-graph, but that might need another shape or visual effect.
Even the project of 8 modules gets into a state that is unable to read the chart in normal screen size because it is quite complicated view.

Example: Java project

:jar -> :compileJava +....
:jar -> :module
:jar -> :module

Instead of:

:jar -> :compileJava + ...
:jar -> :module:jar + :module:compileJava + ....
:jar -> :module:jar + :module:compileJava + ...

Or another options:

  • current report (whole diagram)
  • minimized current report
  • module dependency graph report
  • project class-path dependencies report
  • only current module report (that would depend which module is currently executing the task)

It's just about a suggestion when you'll be bored or feel free to close that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant