mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add system context diagram to design package
This commit is contained in:
parent
5e896fc980
commit
84c96332ec
13
src/main/asciidoc/models/design/systemContextDiagram.puml
Normal file
13
src/main/asciidoc/models/design/systemContextDiagram.puml
Normal 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
BIN
src/main/asciidoc/models/design/systemContextDiagram.svg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue