nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Phone Number Input Too Restrictive #5180

Open nus-pe-bot opened 4 months ago

nus-pe-bot commented 4 months ago

Problem: Only allow users to input phone number that is 8-digits long and starts with an 8 or 9. This can be too restrictive, as users may need to store overseas phone numbers, and this can cause inconvenience.

Commands: add n/lin p/21321423 Result: "Phone numbers must contain only numbers, be 8 digits long, and must start with an 8 or 9."

Screenshot:

Screenshot 2024-04-19 at 4.19.48 PM.png


[original: nus-cs2103-AY2324S2/pe-interim#4882] [original labels: severity.Low type.FeatureFlaw]

donwong2308 commented 4 months ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #152