mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Change all instances of “HTTPS” to “HTTP” in TLA
This commit is contained in:
parent
09767cb9d2
commit
394a1acd37
|
@ -33,17 +33,17 @@ database DB as "**Database**
|
|||
[Container: H2]
|
||||
database of the catering-service"
|
||||
|
||||
UN ----> UC1 : "**login**\n[HTTPS]"
|
||||
UN ----> UC5 : "**registration**\n[HTTPS]"
|
||||
UN ----> UC2 : "**view catalog**\n[HTTPS]"
|
||||
UN ----> UC1 : "**login**\n[HTTP]"
|
||||
UN ----> UC5 : "**registration**\n[HTTP]"
|
||||
UN ----> UC2 : "**view catalog**\n[HTTP]"
|
||||
|
||||
Kunde ----> UC2 : "**view catalog**\n[HTTPS]"
|
||||
Kunde ----> UC3 : "**plan a catering event**\n[HTTPS]"
|
||||
Kunde ---- UC5 : "**delete account, change personal data**\n[HTTPS]"
|
||||
Kunde ----> UC2 : "**view catalog**\n[HTTP]"
|
||||
Kunde ----> UC3 : "**plan a catering event**\n[HTTP]"
|
||||
Kunde ---- UC5 : "**delete account, change personal data**\n[HTTP]"
|
||||
|
||||
Boss ----> UC3 : "**view orders**\n[HTTPS]"
|
||||
Boss ----> UC4 : "**manage inventory/staff**\n[HTTPS]"
|
||||
Boss ----> UC2 : "**modify catalog**\n[HTTPS]"
|
||||
Boss ----> UC3 : "**view orders**\n[HTTP]"
|
||||
Boss ----> UC4 : "**manage inventory/staff**\n[HTTP]"
|
||||
Boss ----> UC2 : "**modify catalog**\n[HTTP]"
|
||||
|
||||
UC2 ----> DB : "**read and write catalog data**\n[JPA]"
|
||||
UC3 ----> DB : "**read and write order data**\n[JPA]"
|
||||
|
|
BIN
src/main/asciidoc/models/design/topLevelArchitecture.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/design/topLevelArchitecture.svg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue