nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Change in UI is not immediate for deleting products #2158

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Steps to replicate

  1. Run view -c 1 to view the first customer details, assume in this case the client has ordered product 1
  2. Run delete -p 1 to delete the first product
  3. Expected behavior: the order of that product is removed from the client's list, but the order still exists.

[original: nus-cs2103-AY2122S1/pe-interim#2218] [original labels: type.FunctionalityBug severity.VeryLow]

SkyBlaise99 commented 2 years ago

Team's Response

We are accepting this but as a feature flaw.

The lack of immediate change does not affect the functionality of the delete, but we agree that it may be more useful to the user if this is implemented.

Duplicate status (if any):

--