Skip to content

Instantly share code, notes, and snippets.

@andeemarks
Last active March 23, 2020 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andeemarks/4ef5628acf45d769872581df800cc50c to your computer and use it in GitHub Desktop.
Save andeemarks/4ef5628acf45d769872581df800cc50c to your computer and use it in GitHub Desktop.
@startuml C4_Elements
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-0/C4_Context.puml
title Kata - I'll Have The BLT
LAYOUT_TOP_DOWN
Person(customerAlias, "Customer", "")
Person(marketingAlias, "Marketing", "")
System(systemAlias, "System", "")
Person(driverAlias, "Driver", "")
System_Ext(gatewayAlias, "Payment Gateway", "External SaaS")
Rel(customerAlias, systemAlias, "Orders via")
Rel(marketingAlias, systemAlias, "Maintains promotions in")
Rel(customerAlias, gatewayAlias, "Online payment via")
Rel(systemAlias, gatewayAlias, "Redirects customer for payment")
Rel(driverAlias, customerAlias, "Delivers order to")
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment