Add system context diagram to design package

This commit is contained in:
Mathis Kral 2023-11-08 21:18:36 +01:00 committed by Simon Bruder
parent 5e896fc980
commit 84c96332ec
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,13 @@
@startuml
:unauthenticated user\n(person): as UU
:customer\n(person): as K
:Hannes Wurst, administrator\n(person): as A
usecase (Cateringservice\n[Softwaresystem]\nan online software for planning a catering event) as Use
UU ---> Use: login as customer\nor administrator,\nregister as new customer,\nview catalog
K ---> Use: plan a \ncatering event
A ---> Use: remove customers,\nmanage inventory/staffs
@enduml

BIN
src/main/asciidoc/models/design/systemContextDiagram.svg (Stored with Git LFS) Normal file

Binary file not shown.