inezkok / pe

0 stars 0 forks source link

Find command doesn't allow for multiple of the same parameter #9

Open inezkok opened 1 year ago

inezkok commented 1 year ago

I tried to find employees with names containing doe or test but it doesnt work. I think that the constraint is too strict since managers might want to find two specific employees by their names:

image.png

nus-se-bot commented 12 months ago

Team's Response

Thank you for your input. We acknowledge that HR staff members should be able to find two specific employees by their names, and in actuality, we have indeed implemented that feature in EmployeeManager. As can be seen below for our second example, we can find employees with the names Alex and David by leaving a space between the two keywords while only using one flag.

Screenshot 2023-11-19 at 7.06.29 PM.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** While I agree that it is my fault for missing out on the example given, I believe that in the case where this was not actually implemented (and was a bug), the severity level of the bug would be a Medium. If the find command only worked for one keyword for each parameter (eg only one name), then it would cause inconvenience for users. Especially in the scenario where the user is trying to search up multiple employees to maybe increment their salaries, the user would have to individually find each employee then increment their salary then repeat for the next employee.