AY2425S1-CS2103T-F14A-3 / tp

https://ay2425s1-cs2103t-f14a-3.github.io/tp/
MIT License
0 stars 5 forks source link

Phone number does not allow "+" for country code #258

Closed Dinoman44 closed 5 days ago

Dinoman44 commented 5 days ago

Reasoning:

Our target users are freelance software developers, which means that there is no limitation on the country in which their clients are based. This means that various clients will have phone numbers with different country codes, but currently our application does not allow a "+" at the start of the phone numbers so users have no way to indicate the country code of a client's phone number.

Hence, this issue and corresponding PR are being made to rectify this bug.