Skip to content

What is the best way to represent the versionning of my diagrams ? #333

Closed Answered by gobravedave
Barnoux asked this question in Q&A
Discussion options

You must be logged in to vote

the use of tags feature within plantuml-stdlib. is the way to go...

`'v1.1 introduces
AddElementTag("v1.1", $fontColor="black", $bgColor="gold")
AddRelTag("V1.1", $textColor="black", $lineColor="gold")
System(csaa,"CSA Assist","Customer Service Desktop used to record queries and recommend solution approach",$tags="v1.1") 
Rel_L(csa,csaa,"looks up",$tags="v1.1")`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kirchsth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants