nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Able to add phone number without any number #5420

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

Telephone number with alphabets only could be added, and the software does not run a check to determine whether the phone number entered is "nil" or some meaningless string. The below is an example for "testallalpha" as phone number.

Screen Shot 2021-11-12 at 4.39.16 PM.png


[original: nus-cs2103-AY2122S1/pe-interim#5419] [original labels: severity.Low type.FunctionalityBug]

lizchow commented 2 years ago

Team's Response

Rejected as it is stated clearly in the user guide that phone numbers allow alphanumeric characters, hyphens (-), parentheses (()), plus signs (+) and spaces. So in fact accepting of "testallalpha" is a feature, not a functionality bug.

image.png

Duplicate status (if any):

--