Add user interface in “Architecture Decision”

This commit is contained in:
Theo Reichert 2023-11-10 23:55:13 +01:00 committed by Simon Bruder
parent 8648963892
commit 32ed70b777
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
3 changed files with 39 additions and 1 deletions

View file

@ -168,7 +168,8 @@ image:models/design/clientServer.svg[]
=== Entwurfsentscheidungen
* Verwendete Muster
* Persistenz
* Benutzeroberfläche
* User Interface
image:models/design/dialogue_map.svg[Dialog Map of the Videoshop]
* Verwendung externer Frameworks
[options="header", cols="1,2,3"]

View file

@ -0,0 +1,34 @@
@startuml
skinparam linetype ortho
state welcome_html {
state Angestellte
state Bestellungen
state Events
state Inventar
state Kalender
state Katalog
state Kunden
state Login
state Profil
state Register
}
' state login_html
' state customer_html
Angestellte --> staff_html : Role = 'BOSS'
Bestellungen --> orders_html
Events --> event_html
Inventar --> inventory_html : Role = 'BOSS'
Kalender --> orders_calender_html : Role = 'BOSS'
Katalog --> catalog_html
Kunden --> customer_html : Role = 'BOSS'
Login --> login_html
login_html --> welcome_html
Profil --> profile_html
Register --> register_html
@enduml

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

Binary file not shown.