ContextMapper / context-map-generator

A graphical DDD Context Map Generator based on Graphviz
Apache License 2.0
21 stars 2 forks source link

Expressing aggregator ownership and relations #15

Open milanov opened 2 years ago

milanov commented 2 years ago

An aggregate might be present in multiple bounded contexts, in different forms. For example, as described in https://docs.microsoft.com/en-us/dotnet/architecture/microservices/architect-microservice-container-applications/identify-microservice-domain-model-boundaries (Figure 4-10), a User from one bounded context can be a Buyer in another. Could this be expressed somehow in terms of the DSL or the generators? Ideally the outcome would be something like this:

stefan-ka commented 2 years ago

Hi @milanov

Thanks for creating the issue and very sorry for the late response!

I love the idea to visualize that; but unfortunately we don't have that feature yet. Of course we are always happy to receive PRs ;)

I find it a great idea and will thing about potential technical solutions when I find the time for it...

Best regards, Stefan