mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add user interface in “Architecture Decision”
This commit is contained in:
parent
8648963892
commit
32ed70b777
|
@ -168,7 +168,8 @@ image:models/design/clientServer.svg[]
|
||||||
=== Entwurfsentscheidungen
|
=== Entwurfsentscheidungen
|
||||||
* Verwendete Muster
|
* Verwendete Muster
|
||||||
* Persistenz
|
* Persistenz
|
||||||
* Benutzeroberfläche
|
* User Interface
|
||||||
|
image:models/design/dialogue_map.svg[Dialog Map of the Videoshop]
|
||||||
* Verwendung externer Frameworks
|
* Verwendung externer Frameworks
|
||||||
|
|
||||||
[options="header", cols="1,2,3"]
|
[options="header", cols="1,2,3"]
|
||||||
|
|
34
src/main/asciidoc/models/design/dialogue_map.puml
Normal file
34
src/main/asciidoc/models/design/dialogue_map.puml
Normal 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
BIN
src/main/asciidoc/models/design/dialogue_map.svg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue