Fix spelling error with word staff

This commit is contained in:
makr912e 2023-11-10 17:09:18 +01:00 committed by Simon Bruder
parent 6b7f34a964
commit eba9e60df0
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
6 changed files with 9 additions and 9 deletions

View file

@ -60,7 +60,7 @@ package staff {
StaffRepository *-- Staff : -staff
StaffController --> StaffRepository : -staffRepository
StaffDataInitializer --> StaffRepository : -staffRepository
StaffRepository --> Set : -staffs
StaffRepository --> Set : -staff
StaffRepository --> HashSet : use
StaffRepository --> Collection : use
StaffRepository --> Optional : use

BIN
src/main/asciidoc/models/design/staff.svg (Stored with Git LFS)

Binary file not shown.

View file

@ -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
K ---> Use: plan a \ncatering event
A ---> Use: remove customers,\nmanage inventory/staffs
A ---> Use: remove customers,\nmanage inventory/staff
@enduml

Binary file not shown.

View file

@ -42,7 +42,7 @@ Kunde ----> UC3 : "**plan a catering event**\n[HTTPS]"
Kunde ---- UC5 : "**delete account, change personal data**\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]"
UC2 ----> DB : "**read and write catalog data**\n[JPA]"

Binary file not shown.