-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
software architecture diagram #36
Comments
sorry about formatting... :) |
Sorry but there are no such functionality today. This would be something like subgraphs in DOT/grapwiz. I am not ruling it out in the future but there are no work going on right now for achieving that right now. I am open for suggestions of nifty syntax and implementations! :) |
Hi guys, graph || A B|A C|D E the code above wil generate the following diagram: --------------------------------------------- | A | ------------------------------------- | ---------------------------------- | | | B | | | ---------------------------------- ------- -------------------- --------------------- | C | | D | -------------------- --------------------- --------------------------------------------- | E | --------------------------------------------- what do you guys think? |
👍 Some comments:
I have updated the structure to accommodate more diagram types easier. I have also put together i guide for adding a new diagram type ( in the wiki ). This outlines the steps required. It is just a draft so if you encounter anything that is unclear, feel free to ask and/or update the guide. Another comment, if possible, try to stick with d3 for doing the drawing. It is there already so it should be easy to use. This way we don't have to add another dependency for the library. Other drawing tools can ofc be added if there are good reasons for it. |
i agree. it could be:
available directions:
yes. but if we adopt
i think the simplest way to do that is using style, right? |
Sounds good. Even easier would be using parts of the full length You decide on which way to go. |
@danilosampaio How is this progressing? Tip: I have come to use flowcharts and subgraphs for similar diagrams which does it quite ok. |
hi @knsv, it's stucked. |
OK, will close this then. Thanks nevertheless! |
3 years have passed, anyone found a good solution to this problem? |
and another year has passed. this would be really nice ! |
one more year |
hi @knsv ,
is there a way to create a architecture diagram? something like:
| nodejs | other services |
thanks.
The text was updated successfully, but these errors were encountered: