ContextMapper / context-mapper-dsl

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

Generate a UML use case diagram for/from Use Cases/User Stories #291

Closed socadk closed 1 year ago

socadk commented 3 years ago

... to support documentation-as-code even further. https://plantuml.com/use-case-diagram

stefan-ka commented 1 year ago

@socadk

I implemented a first, very simplistic, implementation that generates a use case diagram based on our use cases (or user stories) and its actors:

image

What do you think?

socadk commented 1 year ago

Off to a good start!

stefan-ka commented 1 year ago

@socadk, as suggested I added a secondaryActors keyword and use it correspondingly:

image