tzixi / pe

0 stars 0 forks source link

Wording of constraint is unclear #12

Open tzixi opened 1 year ago

tzixi commented 1 year ago

UG states that 'Exact full name must be given' when 'view NAME' is being called, however, as shown in second image, the recipe does not appear when the exact name is given

image.png

Exact name is 'Hotpot', however it does not appear even though the other recipe's exact name is 'hotpot':

image.png

soc-se-bot commented 1 year ago

Team's Response

This was a mistake in the backend code where the search input from the user will be converted to lowerCase before finding in the list. Hence it should be a FunctionalityBug instead and since this was reported in the second phase of the PE, we shall reject it.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The UG was followed, and the UG instructions were wrong. I believe that this would constitute a Documentation Bug.


## :question: Issue type Team chose [`type.FunctionalityBug`] Originally [`type.DocumentationBug`] - [x] I disagree **Reason for disagreement:** While the team might attribute this to an error in the backend code, the user will not know this as they do not have access to the repository. The user can only turn to the User Guide for guidance. Should the instructions not lead to the correct conclusion, like in this case where the exact name does not display the recipe that the user intended to find, this is a case of the wrong instructions being given, and hence, a **Documentation Bug**. ![image.png](https://raw.githubusercontent.com/tzixi/pe/main/files/6c31faeb-76ff-46ba-b1c7-cfe890a5f5c5.png)