wuzhzn / pe

0 stars 0 forks source link

No feedback after searching for ingredient not in list of ingredient #7

Open wuzhzn opened 1 year ago

wuzhzn commented 1 year ago

image.png

soc-pe-bot commented 1 year ago

Team's Response

Output is correct as of U.G., meaning all found ingredients are printed. Program is working as expected.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Although it works as expected from the UG, this is a serious problem for users. The application is based around the idea of the user adding all the available ingredients that they have in the fridge/that are available to them, and getting a recipe that can made around said ingredients. If the user has an ingredient not in the given list of ingredient that he would like to make use of, he would definitely keep trying to add it to the list of ingredients. Before that, he would have to first see if the ingredient is in the list of given ingredients using ingredients search . However, if it is not inside the list of given ingredients, there is no feedback, and the user might keep trying to search for the ingredient since he does not know if it is actually due to the application not having that ingredient stored, or whether he spelled the name of the ingredient wrongly. This can be extremely frustrating in some instances, such as when the user type ingredients search Chicken and nothing comes out, when there are clearly many types of chicken stored in the list of given ingredients. In the screenshot below, the user might just be trying to add chicken feet, and have to keep trying just to find the correct name in the list of given ingredients.

image.png