Open glennljs opened 3 years ago
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.
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.
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.