ContextMapper / context-mapper-dsl

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

Team map generation #241

Closed seb4stien closed 4 years ago

seb4stien commented 4 years ago

Hi. The contextmapper tools is really interesting. I am struggling a bit with the visualstudio code extension to generate anything else from contextmap. How should I proceed to generate this kind of output: https://github.com/ContextMapper/context-mapper-examples/blob/master/src/main/cml/insurance-example/images/TeamMap-Illustration.png is it supported by the extension?

stefan-ka commented 4 years ago

Hi @seb4stien, thanks for your interest in @ContextMapper and giving it a try...

What do you mean with "everything else from Context Map"? On our website (https://contextmapper.org/docs/generators/) you find all our generators. You can generate:

Do you have problems in calling the other generators or do you just miss the "team map"? Actually we do not support the generation of the mentioned team map yet. It is just used in the README of the examples repository to illustrate the CML team map (https://github.com/ContextMapper/context-mapper-examples/blob/master/src/main/cml/insurance-example/Insurance-Example_Team-Map.cml) in a graphical manner; but we created this one manually.

In case you just miss the team map, this would be a duplicate with https://github.com/ContextMapper/context-map-generator/issues/5. If you have problems using the other generators let me know (then we should probably improve our documentation).

Best regards, Stefan

seb4stien commented 4 years ago

It's indeed a duplicate of https://github.com/ContextMapper/context-map-generator/issues/5 It could be worth adding a comment in the documentation that this one is manually generated ;)

stefan-ka commented 4 years ago

Okay, thanks @seb4stien. Since we heard the requirement more than once now, we should consider implementing https://github.com/ContextMapper/context-map-generator/issues/5 :)