ContextMapper / context-mapper-dsl

ContextMapper DSL: A Domain-specific Language for Context Mapping & Service Decomposition
https://contextmapper.org/
Apache License 2.0
219 stars 29 forks source link

Feature request: Diagram that mesh the bounded contexts and domains #193

Open joaoasrosa opened 4 years ago

joaoasrosa commented 4 years ago

Although is not in the original Context Map from Eric Evans, there are use cases where it is useful to draw the bounded context inside of the domain/subdomain. It will be interesting to have a variation of the current context map diagram.

Given the information is already available in the cml file, it could be a good enhancement.

stefan-ka commented 4 years ago

Hi @joaoasrosa

Thanks for reporting this! Good idea, although maybe not that easy (graphical layouting), since a Bounded Context an implement parts (not necessarily the whole) of multiple subdomains. Vaughn Vernon has a few good illustrations in his IDDD book... I have to look into this again and see if there is a solution we can implement with the current Graphviz-based Context Map generator.

joaoasrosa commented 4 years ago

HI @stefan-ka ,

Indeed, getting inspiration from IDDD diagram: image