Skip to content

Commit

Permalink
added legend information
Browse files Browse the repository at this point in the history
  • Loading branch information
ichderjens committed Nov 15, 2023
1 parent 00e5084 commit 285a133
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/plantuml/TI-Messenger-Dienst/Ressourcen/notifications.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
!include <tupadr3/devicons2/android>
!include <tupadr3/devicons2/apple_original>

Container_Ext(erezept, "eRezept-Fachdienst", "Backend der eRezept-Anwendung")
AddContainerTag(er, #Green, $legendText="Bereitstellung durch die gematik")
Container_Ext(erezept, "eRezept-Fachdienst", "Backend der eRezept-Anwendung", $tags=er)

AddContainerTag(kk, $legendText="Bereitstellungen der Krankenkasse")
Container_Boundary(kv, "Fachdienste der Krankenkasse") {
Container(push, "Push-Gateway", "Zentrales Push Gateway", $tags=kk)
Container(epa, "ePA-Fachdienst", "Backend der ePA-Anwendung", $tags=kk)
Expand All @@ -20,9 +22,10 @@ Rel(erezept, push, "")
Rel(tim, push, "")

AddBoundaryTag(push, #LightGray, $legendText=Anbieter von Smartphone Betriebssystemen, $borderColor=#Black)
AddContainerTag(pd, #Gray, $legendText=Push-Dienste)
Container_Boundary(pp, "", $tags=push) {
Container_Ext(fcm, "Push-Gateway", "Push Dienst von Google", $sprite=android)
Container_Ext(apn, "Push-Gateway", "Push Dienst von Apple", $sprite=apple_original)
Container(fcm, "Push-Gateway", "Push Dienst von Google", $tags=pd, $sprite=android)
Container(apn, "Push-Gateway", "Push Dienst von Apple", $tags=pd, $sprite=apple_original)
}
Rel(push, fcm, "")
Rel(push, apn, "")
Expand Down Expand Up @@ -51,5 +54,6 @@ Boundary(ug2, "Anwender mit einem Smartphone\n mit Apple Betriebssystemen") {
Rel(apn, s3, "")
Rel(apn, s4, "")


SHOW_LEGEND()
@enduml

0 comments on commit 285a133

Please sign in to comment.