jqassistant-plugin / jqassistant-context-mapper-plugin

@contextmapper integration for jQAssistant to scan and create Context Maps to validate as-is against to-be architecture
GNU General Public License v3.0
0 stars 1 forks source link

Domains should be accessible directly #9

Closed StephanPirnbaum closed 4 months ago

StephanPirnbaum commented 4 months ago

Currently, domains are only accesible via (:BoundedContext)-[:IMPLEMENTS]->(:Domain). However, an (invalid) context map may define domains that are not implemented by a bounded context. That way, checks like if all domains defined in a cml-file are also implemented are not possible. There should be a relation from the file to the domain directly.