glennljs / pe

0 stars 0 forks source link

UC-008 - Find rooms does not accurately represent find rooms command. #14

Open glennljs opened 3 years ago

glennljs commented 3 years ago

The current find rooms use case indicates that it is similar to the find residents use case except replacing residents with room. However, this is inaccurate since the search method for rooms and residents are different.

Resident searches require whole matches (i.e. "Ale" will not match "Alex"). However, room searches allow partial matches (i.e. "10-" will match "10-000"). The use cases are thus not accurate to the actual command.

Screenshot 2021-04-16 at 15.41.02.png

nus-pe-bot commented 3 years ago

Team's Response

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Firstly this is a use case not a user story. Secondly, in UC-003 Find Residents, the implementation detail of "name contains any of the keywords" is included. Since this is different from the implementation of Find Rooms in UC-008, this is thus an issue.

Screenshot 2021-04-22 at 10.40.51 PM.png


:question: Issue severity

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

Reason for disagreement: This is a medium level issue as it may mislead developers that the commands are functionally equivalent.