HongRay / pe

0 stars 0 forks source link

After creating an order, typing another command to add an order cause the first order creation to be cancelled. #16

Open HongRay opened 2 months ago

HongRay commented 2 months ago

image.png

Steps to reproduce:

  1. order p/111
  2. order p/92624417
  3. product m/3 pq/1

Expected: Some form of message that warns user about this behaviour.

Actual: Order was assigned to the second phone number instead.

nus-pe-script commented 2 months ago

Team's Response

We have stated in the UG that when creating an order, using the product command will add products to the most recently created order, this is intentional as we believe that when creating an order, the user will already have product that are to be added to that order when handling customers. So we believe that creating an empty order might have been an accident that the users of our app might have done. This in turn does not affect a majority of their operations when using the app as they can simply use the order command again for their previous order if they eventually do have products to add to it.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: image.png

It is not stated clearly in the UG that "when creating an order, using the product command will add products to the most recently created order." Hence, I assumed it was a Functionality Bug. However, if this was an intended outcome, then it would be a Documentation Bug instead of a Functionality Bug and be give a Low severity.