nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Tag issues when deleting goods #3909

Open nus-se-script opened 2 weeks ago

nus-se-script commented 2 weeks ago

Deleting the order of a person also deletes the tag from that person. Even though the person is still a consumables supplier (Just no more orders from that person).

(irfan originally had a consumables tag) image.png


[original: nus-cs2103-AY2425S1/pe-interim#3768] [original labels: severity.Medium type.FunctionalityBug]

yanhwee commented 2 weeks ago

Team's Response

This is the expected behaviour.

The tag information from the goods categories of a supplier goods is added visually (dynamically). The tag information of the supplier remains as it is. (Line 213 of UG)

However, I suppose that this behaviour can be more clearly stated in the documentation.

Duplicate status (if any):

--