bwangpj / pe

0 stars 0 forks source link

Matching of name in find command is inconsistent #2

Open bwangpj opened 12 months ago

bwangpj commented 12 months ago

Suppose a patient with name Alex Yeoh is stored. Then find Alex Yeo will return this patient, but find Yeo will not. This functionality is not clearly specified in the UG. It is also likely to cause confusion to users(nurses) in a real-life clinical setting.

nus-pe-script commented 11 months ago

Team's Response

Hey! thanks for the response. It should have been added in the UG that the filtering of names is by the full word, i.e. find yeo will not find yeoh, only find yeoh would

Thus, moving it to a documentation bug

Items for the Tester to Verify

:question: Issue type

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

Reason for disagreement: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** This is definitely not a purely cosmetic issue even if it is a documentation bug. I think it still "causes occasional inconvenience to some users but they can continue to use the product" (definition of medium severity). It would be quite hard for the user to figure out the true functionality of `find` just based on the current documentation: ![image.png](https://raw.githubusercontent.com/bwangpj/pe/main/files/b1922d37-c189-4b98-bc68-122e018c2afb.png)