Open Arnaxx54 opened 4 days ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
We didn't implement editOrder
because a restaurant shouldn't have to change their order frequently, hence its not on our priority list.
Furthermore, an order is just a name for now, we believe deleting an order and adding a new order is not that slower than editing existing order.
We will implement editOrder
if there are other additional field/property such as order size tied to each order, but it's not on our priority list in v1.6.
Thank you for reporting.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your reason]
Currently, there is no way to edit an order after it has been added. It will have to deleted and added once again after correcting the issue. This leads to extra steps and consumption of time. Perhaps, you could introduce a new command known as
editOrder
. This might be needed as sometimes customers like to change their order.