Current functionality only allows phone numbers that are at least 3 digits long and can only contain numbers. However there could be instances where the user would like to include special characters , alphabetical characters or spaces in the phone numbers. Some examples would be adding the area code for overseas patients: +12 9123 5124, or annotating the number with "Home" or "Work" e.g. (Home) 8128 9102. Below is an example of the output of the program when inputting such numbers.
Current functionality only allows phone numbers that are at least 3 digits long and can only contain numbers. However there could be instances where the user would like to include special characters , alphabetical characters or spaces in the phone numbers. Some examples would be adding the area code for overseas patients:
+12 9123 5124
, or annotating the number with "Home" or "Work" e.g.(Home) 8128 9102
. Below is an example of the output of the program when inputting such numbers.[original: nus-cs2103-AY2425S1/pe-interim#776] [original labels: type.FeatureFlaw severity.Low]