mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Fix spelling error with word staff
This commit is contained in:
parent
6b7f34a964
commit
eba9e60df0
|
@ -60,7 +60,7 @@ package staff {
|
||||||
StaffRepository *-- Staff : -staff
|
StaffRepository *-- Staff : -staff
|
||||||
StaffController --> StaffRepository : -staffRepository
|
StaffController --> StaffRepository : -staffRepository
|
||||||
StaffDataInitializer --> StaffRepository : -staffRepository
|
StaffDataInitializer --> StaffRepository : -staffRepository
|
||||||
StaffRepository --> Set : -staffs
|
StaffRepository --> Set : -staff
|
||||||
StaffRepository --> HashSet : use
|
StaffRepository --> HashSet : use
|
||||||
StaffRepository --> Collection : use
|
StaffRepository --> Collection : use
|
||||||
StaffRepository --> Optional : use
|
StaffRepository --> Optional : use
|
||||||
|
|
BIN
src/main/asciidoc/models/design/staff.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/design/staff.svg
(Stored with Git LFS)
Binary file not shown.
|
@ -8,6 +8,6 @@ usecase (Cateringservice\n[Softwaresystem]\nan online software for planning a ca
|
||||||
|
|
||||||
UU ---> Use: login as customer\nor administrator,\nregister as new customer,\nview catalog
|
UU ---> Use: login as customer\nor administrator,\nregister as new customer,\nview catalog
|
||||||
K ---> Use: plan a \ncatering event
|
K ---> Use: plan a \ncatering event
|
||||||
A ---> Use: remove customers,\nmanage inventory/staffs
|
A ---> Use: remove customers,\nmanage inventory/staff
|
||||||
|
|
||||||
@enduml
|
@enduml
|
BIN
src/main/asciidoc/models/design/systemContextDiagram.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/design/systemContextDiagram.svg
(Stored with Git LFS)
Binary file not shown.
|
@ -42,7 +42,7 @@ Kunde ----> UC3 : "**plan a catering event**\n[HTTPS]"
|
||||||
Kunde ---- UC5 : "**delete account, change personal data**\n[HTTPS]"
|
Kunde ---- UC5 : "**delete account, change personal data**\n[HTTPS]"
|
||||||
|
|
||||||
Boss ----> UC3 : "**view orders**\n[HTTPS]"
|
Boss ----> UC3 : "**view orders**\n[HTTPS]"
|
||||||
Boss ----> UC4 : "**manage inventory/staffs**\n[HTTPS]"
|
Boss ----> UC4 : "**manage inventory/staff**\n[HTTPS]"
|
||||||
Boss ----> UC2 : "**modify catalog**\n[HTTPS]"
|
Boss ----> UC2 : "**modify catalog**\n[HTTPS]"
|
||||||
|
|
||||||
UC2 ----> DB : "**read and write catalog data**\n[JPA]"
|
UC2 ----> DB : "**read and write catalog 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