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

allow diagram filtering on some dimensions #48

Open
gotwarlost opened this issue Oct 18, 2019 · 2 comments
Open

allow diagram filtering on some dimensions #48

gotwarlost opened this issue Oct 18, 2019 · 2 comments

Comments

@gotwarlost
Copy link

Let me say first that this is a freaking awesome tool.

I let it loose on a complicated model, it took 5 minutes but did a stellar job. Of course, since the
model was so complicated, it generated something really complex as well.

When navigating large graphs, it would be useful to offer the following filters.

  • omit private members
  • omit <<return>> relationships
  • omit <<use>> relationships
@kazukousen
Copy link
Owner

Thank you for the your good proposal.

I think too, that it takes a long time to generate PlantUML by receiving a fat code.
However, omitting some expressions and simplifying the output may not necessarily reduce processing time.

So, I have two challenges.

  • reduce processing time.
  • add filter options for simplify output.

@kazukousen
Copy link
Owner

kazukousen commented Nov 20, 2019

Hi @gotwarlost , i have a question.

it took 5 minutes but did a stellar job.

What is the breakdown of these 5 minutes?

  • Is it all the time it takes for gouml to generate PlantUML code?
  • Or until the output of the SVG of the UML diagram from the generated PlantUML code?

I first perform a task to improve the processing performance of gouml, but I also think that the SVG image output of a complicated model itself takes time.

Thanks

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

2 participants