HongRay / pe

0 stars 0 forks source link

Unable to add product to previous orders. #18

Open HongRay opened 2 months ago

HongRay commented 2 months ago

App only allows product to be added for the latest order.

image.png

nus-pe-script commented 2 months ago

Team's Response

This is an intended feature as when creating an order, users would already have products they want to add to that order in mind. So we streamlined this process by allowing users to use a more straightforward command to add products to their order without the need to use more prefixes to refer to the order they just created. If a user wanted to add products to previous orders, we have an edit command that allows them to do so. So in essence, use are able to add products to previous orders, they just need to use a different command.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Low] Originally [severity.High]

Reason for disagreement: This was not specified in the UG, thus making the user think that this function was not available. The intention of the user could be to create multiple orders for different people and add the same menu to all of the orders. Since this was missing, the assumption of the user would think that it is the bug, as in my case.

Given the hindsight of your explanation, if this is an intended outcome, I do agree that this is not of High severity, however, this could be of Medium severity and it is a Feature Bug instead.