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

Team should be able to realize multiple bounded contexts #33

Closed stefan-ka closed 5 years ago

stefan-ka commented 5 years ago

With the realize keyword it is currently already possible to define which bounded context is realized by a team. See example team map.

However, it is only possible to reference one bounded context. Since a team can also work on multiple bounded contexts, the grammar should allow to specify a list there.

stefan-ka commented 5 years ago

realizes keyword now allows to give a list of bounded contexts:

BoundedContext teamA realizes ContextA, ContextB