mermaid icon indicating copy to clipboard operation
mermaid copied to clipboard

Support for Domain Driven Design diagrams and syntax

Open d-sauer opened this issue 4 years ago • 2 comments

Would it be possible to provide syntax and diagram styles for Domain Driven Design. Good example: https://contextmapper.org/

Where there is a lot of existing support from Mermaid, but some DDD concepts like ACL or similar building-block objects it's a bit inconvenient to do code/draw.

d-sauer avatar Aug 19 '20 12:08 d-sauer

+1

yishenggudou avatar Nov 10 '22 03:11 yishenggudou

+1

maxperezml avatar Feb 03 '23 11:02 maxperezml

+1

macel94 avatar Mar 21 '23 21:03 macel94

+1

BugliL avatar Sep 01 '23 09:09 BugliL

+1

AliHoussein avatar Oct 24 '23 14:10 AliHoussein

Hello everyone, I'm available to help implement something or assist anyone who needs it. Has anyone started working on this issue or are there any updates?

AngeloChecked avatar Dec 01 '23 11:12 AngeloChecked

FYI: You might want to look at riddl, which defines bounded contexts, domains, adaptors (acls), message processors, and many other concepts via a textual language. It has a validating compiler that produces an Abstract Syntax Tree (AST) and various passes to do whatever you want with it. One of those things is a DIagramsPass to develop mermaid diagrams from the AST. This is a pre-1.0 project but its been through 30+ pre-releases already. All that is left before 1.0 is finishing the diagrams pass and correcting the documentation. Documentation is here. Help to finish this off would be much appreciated, and is very much needed, @AngeloChecked :)

reid-spencer avatar Jan 20 '24 23:01 reid-spencer

+1

fifa0329 avatar Jul 22 '24 12:07 fifa0329