-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Aggregate Root in Context map #14
Comments
Thanks for reporting this one; would be a very nice feature, I agree 👍 Contributions are always welcome, by the way ;) |
maybe, probably not, too much to do. Much more important open source projects to deal with, like forking immutables. though this is kind of a key feature to me since plantuml already exists but has no way to do context maps. context maps plus "event storming" is kind of what I was looking for. Especially with the ability from CI. Just commenting on level of importance. |
I tried to find a Graphviz structure that would support this representation, but subgraphs only have rectangle shapes. |
@stefan-ka Would be lovely to have this. Alternatively, I was trying to make this work via PlantUML, because it's capable of generating Unfortunately, I discovered that the PlantUML generator doesn't show the relationship between bounded contexts. Maybe a simpler solution is to get I'm referring to this diagram (from this page), it'll be great if this sort of diagram can be generated to contain multiple bounded contexts, and only focus on showing aggregate, entity, value objects, relationships (omit all other properties). |
Hi @ceilfors |
@stefan-ka Looking forward to it! Out of curiosity, without this idea, how do you currently show that high-level picture of aggregate+BCs via context mapper? Any workaround to that? :) |
@ceilfors, we actually don't have that yet. There is the Context Map and the PlantUML component diagram that both illustrate relationships between Bounded Contexts. But we don't have such a diagram that goes down to the Aggregate level. |
How can I show the aggregate root in the context map? e.g. this picture from Domain Driven Design Distilled
The text was updated successfully, but these errors were encountered: