Skip to content
Snippets Groups Projects
Commit 23e34846 authored by Onno Haldar's avatar Onno Haldar
Browse files

Update README.md

parent b4ad5ea0
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,35 @@
Specificaties van de te beheren producten
```plantuml
@startuml
left to right direction
skinparam packageStyle rectangle
skinparam monochrome true
actor customer
actor clerk
rectangle checkout {
customer -- (checkout)
(checkout) .> (payment) : include
(help) .> (checkout) : extends
(checkout) -- clerk
@startuml productstructuur
skinparam handwritten true
!$pathTemplates = "templates"
!$pathContent = "content"
package "Producten KIK-V Standaard" #Olive {
package "Templates" as AS #LightGrey {
rectangle "Afsprakenset" as TAS %darken("LightGrey", 25) {
}
rectangle "Uitwisselprofielen" as TUP %darken("LightGrey", 25) {
}
url of TAS is [[$pathTemplates/afsprakenset{Template Afsprakenset}]]
url of TUP is [[$pathContent/uitwisselprofielen{Templates Uitwisselprofielen}]]
}
package "Content" as CNT #FloralWhite {
}
url of Templates is [[$pathTemplates{KIK-V Templates}]]
url of Content is [[$pathAfsprakenset{Evaluatie Afsprakenset}]]
"Templates" -[hidden]-> "Content"
}
@enduml
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment