lordgareth10 / pe

0 stars 0 forks source link

Command: add [GROCERY] allows input of integers as groceries #2

Open lordgareth10 opened 5 months ago

lordgareth10 commented 5 months ago

Screenshot 2024-04-19 at 4.21.18 PM.png Command to add groceries allows you to input numbers as groceries which should not be valid inputs.

soc-pe-bot commented 5 months ago

Team's Response

There are groceries that have an integer in the grocery name.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Thanks for the clarification! However what I meant was that although there are some groceries with integers in their names, the program should not allow groceries with only integers in the grocery name. For example, Pasar 3 in 1 Mushroom is a valid name but 3 1 is not. The program could check for the presence of alphabets in the input and reject it if there are none. Hope this makes things clearer!