mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Update systemContext and topLevelArchitecture
This commit is contained in:
parent
57c30c501c
commit
067c1ad273
13
src/main/asciidoc/models/analysis/systemContextDiagram.puml
Normal file
13
src/main/asciidoc/models/analysis/systemContextDiagram.puml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
@startuml
|
||||||
|
|
||||||
|
:Unauthentifizierter Nutzer\n(Person): as UU
|
||||||
|
:Kunde\n(Person): as K
|
||||||
|
:Hannes Wurst, Administrator\n(Person): as A
|
||||||
|
|
||||||
|
usecase (Cateringservice\n[Softwaresystem]\nEine online Software für die Eventplanung) as Use
|
||||||
|
|
||||||
|
UU ---> Use: Login als Kunde\noder Administrator
|
||||||
|
K ---> Use: Buche\nCateringevent
|
||||||
|
A ---> Use: Registriere/entferne Kunden,\nverwalte Inventar
|
||||||
|
|
||||||
|
@enduml
|
BIN
src/main/asciidoc/models/analysis/systemContextDiagram.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/analysis/systemContextDiagram.svg
(Stored with Git LFS)
Binary file not shown.
28
src/main/asciidoc/models/analysis/topLevelArchitecture.puml
Normal file
28
src/main/asciidoc/models/analysis/topLevelArchitecture.puml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
@startuml
|
||||||
|
|
||||||
|
:Unauthentifizierter Nutzer\n(Person): as UU
|
||||||
|
:Kunde\n(Person): as E
|
||||||
|
:Hannes Wurst, Administrator\n(Person): as A
|
||||||
|
|
||||||
|
rectangle <<component>>\nCateringservice {
|
||||||
|
|
||||||
|
usecase (Eventplaner\n[Component: Subsystem]\nMaske für die Eventplanung) as Plan
|
||||||
|
usecase (Login\n[Component: Subsystem]\nMaske zur Anmeldung als Kunde \noder Administrator) as Login
|
||||||
|
usecase (Inventar\n[Component: Subsystem]\nInventar Management) as Inv
|
||||||
|
usecase (Katalog\n[Component: Subsystem]\nKatalog Subsystem) as Cat
|
||||||
|
usecase (Kunden\n[Component: Subsystem]\nKunden Management) as Empl
|
||||||
|
usecase (Management\n[Component: Subsystem]\nInternes Management) as Man
|
||||||
|
|
||||||
|
A ----> Man: Verwalte Unternehmen
|
||||||
|
Man ----> Empl: Registriere oder entferne Kunden
|
||||||
|
Man ----> Inv: Verwalte Inventar\n(z. B. Köche, Dekoration)
|
||||||
|
Man ----> Cat: Verwalte buchbare Angebote
|
||||||
|
|
||||||
|
E ----> Plan: Buche\nCateringevent
|
||||||
|
Plan ----> Cat: Nutze verfügbare Ressourcen
|
||||||
|
|
||||||
|
UU ----> Login: Login als Kunde\noder Administrator
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@enduml
|
BIN
src/main/asciidoc/models/analysis/topLevelArchitecture.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/analysis/topLevelArchitecture.svg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue