jyztintan / pe

0 stars 0 forks source link

Non-specific error message for contact number length vs not numeric #5

Open jyztintan opened 2 months ago

jyztintan commented 2 months ago

Currently, the application only notifies that the contact number input is not numeric or is not at least 7 digits long. This error message could be more specific and specify which exact error given the user's input.

image.png

severity.Low - Minor inconvenience to users, as they need to check which is the appropriate error.

nus-se-bot commented 2 months ago

Team's Response

Since there are only 2 constraints (numbers and longer than 7 digits), the user can very easily figure out the problem. If it's all numbers, then the error is the latter - else it's the former.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]