davidkopp / flying-dutchman

2 stars 0 forks source link

Define a first set of backend functions for the bartender [step 6] #20

Closed davidkopp closed 2 years ago

davidkopp commented 2 years ago

Lars:

Define a first set of backend functions for the bartender

  • [x] Create order
  • [x] Add item
  • [x] Remove item
  • [ ] Send order for delivery
  • [ ] Add order to orderlist.
davidkopp commented 2 years ago

Do we need a differentiation between an order and an orderlist? I think no.

davidkopp commented 2 years ago

Do we need to mark an order as "ready for delivery"? We don't have this in the requirements specification. So I assume we can have this as an optional addition to our system.