Remove multi-product proposal

This commit is contained in:
makr912e 2023-11-03 16:25:31 +01:00 committed by Simon Bruder
parent 3d56b0d575
commit 6d40559ca1
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
2 changed files with 3 additions and 24 deletions

View file

@ -19,27 +19,6 @@ package Salespoint {
enum OrderStatus
}
package catering.catalog {
class Consumable
class Rentable
class MultiProduct {
+ getPrice()
}
class Employee {
+ getMaxHours()
+ getSalaryPerHour()
}
note "this could work" as myNote
MultiProduct -up-|> Salespoint.Product
MultiProduct "1" o-- "*" Employee
MultiProduct "1" o-- "*" Consumable
MultiProduct "1" o-- "*" Rentable
myNote .- Employee
}
package catering.order {
class OrderController {
@ -58,7 +37,7 @@ package catering.order {
OrderController ..> Cash
OrderController ..> Quantity
OrderController ..> Cart
OrderController ...> catering.catalog.MultiProduct
OrderController ...> Salespoint.Product
}
@enduml

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

Binary file not shown.