Skip to content

Improve the way Protocol and Tags are coded in PlantUML relationships #110

@SlavaVedernikov

Description

@SlavaVedernikov

Context

At the moment the relationships with Protocol and Tags are coded as follows:

Rel(BigBankPlc.SoftwareSystems.InternetBanking, BigBankPlc.SoftwareSystems.EMailSystem, "Send Password Changed Notification E-Mail\nSend New Account Created Notification E-Mail\n[SMTP]", $tags='protocol:smtp')
  • Protocol is appended to a Label e.g. \n[SMTP]
  • Tags use ' e.g. $tags='protocol:smtp'

Requirements

Code relationships with Protocol and Tags are coded as follows:

Rel(BigBankPlc.SoftwareSystems.InternetBanking, BigBankPlc.SoftwareSystems.EMailSystem, "Send Password Changed Notification E-Mail\nSend New Account Created Notification E-Mail", "SMTP", $tags="protocol:smtp")
  • Use a dedicated Protocol parameter e.g. , "SMTP"
  • Use " when adding Tags e.g. $tags="protocol:smtp"

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions