Use sequence diagram in example runtime view
This commit is contained in:
parent
2a8297a21d
commit
e25ee17af6
2 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Date: 2025-05-08
|
||||||
|
|
||||||
==== Status
|
==== Status
|
||||||
|
|
||||||
Proposed
|
Accepted
|
||||||
|
|
||||||
==== Decision makers
|
==== Decision makers
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -194,6 +194,9 @@ workspace "Big Bank plc" "This is an example workspace to illustrate the key fea
|
||||||
signinController -> singlePageApplication "Sends back an authentication token to"
|
signinController -> singlePageApplication "Sends back an authentication token to"
|
||||||
autoLayout
|
autoLayout
|
||||||
description "Summarises how the sign in feature works in the single-page application."
|
description "Summarises how the sign in feature works in the single-page application."
|
||||||
|
properties {
|
||||||
|
plantuml.sequenceDiagram true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
deployment internetBankingSystem "Development" "DevelopmentDeployment" {
|
deployment internetBankingSystem "Development" "DevelopmentDeployment" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue