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
I would really like to have this in order to be able to manually edit, rearchitect, and change the level of detail in the generated image.
I looked into the code, and was surprised to see that at no point does it actually pass through the uml language. Where would be the right place to generate the uml? I'm thinking ./src/ts/converter.ts, in a similar manner to convertUmlClasses2Dot()?
The code to convert the parsed Solidity classes to dot format is in the dotUmlClass function on the UmlClass class. In hindsight, I should have separated the generation of the dot format from the in-memory representation of the Solidity classes.
I'll give it a go this weekend.
Here's an example PlantUML file https://gitlab.com/oax/asset-gateway-poc/blob/master/doc/dappsys.puml
Here's what it renders as https://miro.medium.com/max/3072/1*JsZItNqHas8XV4zWar7U1Q.png
The text was updated successfully, but these errors were encountered: