mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add final newline to files where it was missing
This commit is contained in:
parent
d2538791a8
commit
da7003a2f2
|
@ -10,4 +10,4 @@ UU ---> Use: Login als Kunde\noder Administrator,\nRegistrierung als neuer Nutze
|
||||||
K ---> Use: Buche\nCateringevent
|
K ---> Use: Buche\nCateringevent
|
||||||
A ---> Use: Entferne Kunden,\nVerwalte Inventar/Personal
|
A ---> Use: Entferne Kunden,\nVerwalte Inventar/Personal
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -27,4 +27,4 @@ rectangle <<component>>\ncatering-service {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -95,4 +95,4 @@ package catering.catalog {
|
||||||
|
|
||||||
'#TODO: to determine which Products of a Category to offer I need to retrieve information about availability of e.g. Cooks and ServicePersonel from the Users or Rentables from the Inventory'
|
'#TODO: to determine which Products of a Category to offer I need to retrieve information about availability of e.g. Cooks and ServicePersonel from the Users or Rentables from the Inventory'
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -34,4 +34,4 @@ package Salespoint {
|
||||||
WebSecurityConfiguration ..> HttpSecurity : <<use>>
|
WebSecurityConfiguration ..> HttpSecurity : <<use>>
|
||||||
WebSecurityConfiguration --|> SalespointSecurityConfiguration
|
WebSecurityConfiguration --|> SalespointSecurityConfiguration
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -26,4 +26,4 @@ state Server {
|
||||||
Thymeleaf --> CSS
|
Thymeleaf --> CSS
|
||||||
}
|
}
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -31,4 +31,4 @@ profile --> profile_html
|
||||||
register --> register_html
|
register --> register_html
|
||||||
register_html --> login
|
register_html --> login
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -72,4 +72,4 @@ package time {
|
||||||
class DateTimeFormatter
|
class DateTimeFormatter
|
||||||
}
|
}
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -76,4 +76,4 @@ OrderController <-- Spring : Model
|
||||||
deactivate Spring
|
deactivate Spring
|
||||||
Customer <-- OrderController : "orders.html"
|
Customer <-- OrderController : "orders.html"
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -10,4 +10,4 @@ UU ---> Use: login as customer\nor administrator,\nregister as new customer,\nvi
|
||||||
K ---> Use: plan a \ncatering event
|
K ---> Use: plan a \ncatering event
|
||||||
A ---> Use: remove customers,\nmanage inventory/staff
|
A ---> Use: remove customers,\nmanage inventory/staff
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
|
@ -50,4 +50,4 @@ UC3 ----> DB : "**read and write order data**\n[JPA]"
|
||||||
UC4 ----> DB : "**read and write inventory data**\n[JPA]"
|
UC4 ----> DB : "**read and write inventory data**\n[JPA]"
|
||||||
UC5 ----> DB : "**rean and write customer data**\n[JPA]"
|
UC5 ----> DB : "**rean and write customer data**\n[JPA]"
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
Loading…
Reference in a new issue