ContextMapper/context-mapper-dsl

Add relationship type to puml even if optional label is present

Closed this issue · 1 comments

example:
if a Partnership has a label "myLabel", the generated puml relation could be labelled "myLabel (Partnership)" (rationale: avoid information loss)

Will be fixed with next release (v5.10.x or higher).

The following relationship...

RiskManagementContext [P]<->[P] PolicyManagementContext : myLabel

... produces this result now:
image

If the relationship has an implementation technology like this:

RiskManagementContext [P]<->[P] PolicyManagementContext : myLabel {
  implementationTechnology = "RabbitMQ"
}

it produces the following result:
image