Doc SoC
Doc SoC
`mapEvents` in `MDSLModelCreator` does not support operations yet, could be mapped to command types in MDSL flow steps too
get stories via traceability links from BC to SD to tbd; preview: ```java IntegrationScenario defaultScenario = new IntegrationScenario(); defaultScenario.setName(apiName); Story defaultStory = new Story(apiName+"DefaultStory", "ContextClient", "ContextResponsibility", "ContextDomainVisionStatement"); defaultScenario.addStory(defaultStory); specification.addScenario(defaultScenario); ```
Context: Aggregate state changes caused by service/entity operations. While `write [S1-> S2x S3]` and `write [S2,S3-> S4]` work I cannot model something like: ``` write [S1->S2, S1->S3, S2->S4, S3->S4] ```...
... to support documentation-as-code even further. https://plantuml.com/use-case-diagram
It would be nice to feature attribute- and operation-level keywords such as "required", "size", "range", "read-only" in puml output. One possible solution: Use stereotypes or attribute-level notes as described here:...
This content of existing MDSL file ~~~ // ** BEGIN PROTECTED REGION for data types // ** END PROTECTED REGION for data types ~~~ causes an exception when I try...
Software Architecture: * [x] NFR specification (aka QAS and constraints) * [x] Architecture Overview Diagram * [x] Logical Component Model/Diagram, Operational Model/Deployment Diagram * Arch. Refactoring Template, see https://www.infoq.com/articles/architectural-refactoring/ and...
* *Caution:* READMEs require separate treatment w.r.t links * add manually * remove relative links to repo sources under "More information" * Copy top-level files, tutorials, artifacts, activities, roles, bibliography...
Open * [O] Web crawler for known uses/examples? Done * [x] bibtex to markdown per page (there is a sample .bib file in the top folder) * [x] Evaluate and...
At present, the bibtex identifiers such as `@Starke:2015` are not resolved.