tingkai-mai / pe

0 stars 0 forks source link

Duplicate Stalls with Different Spaces Not Allowed #8

Open tingkai-mai opened 2 years ago

tingkai-mai commented 2 years ago

Issue:

If a stall with name "A B" and address "test" exists, and I try to add a stall with name "A B" and address "test" (two spaces instead of one), it tells me that a duplicate stall exists.

However, this might not be the case!

I argue this is an issue because this **would have been specified in the UG "Duplicate Checking" section.

To Reproduce: sadd n/test test a/test sadd n/test test a/test

Expected Output:

Allow you to add the stall.

Actual Output:

This stall already exists in the address book

nus-pe-bot commented 1 year ago

Team's Response

This is documented in the user guide, which states that the names of the stalls are stored with no repeated spaces. Hence, there is a duplicate stall that is detected.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This mean's there's a conflict with your User Guide, as your User Guide's Duplicates section did NOT mention this. As such, this is an Issue in your documentation!

image.png


:question: Issue type

Team chose [type.DocumentationBug] Originally [type.FunctionalityBug]

Reason for disagreement: [replace this with your explanation]