Change all instances of “HTTPS” to “HTTP” in TLA

This commit is contained in:
Mathis Kral 2023-11-12 16:03:26 +01:00 committed by Simon Bruder
parent 09767cb9d2
commit 394a1acd37
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
2 changed files with 11 additions and 11 deletions

View file

@ -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]"

Binary file not shown.