Open albertsutz opened 2 years ago
From CS2103T Website: https://nus-cs2103-ay2122s2.github.io/website/admin/tp-pe.html#:~:text=Use%20of%20symbols,of%20the%20person.
Use of symbols in input values: It is acceptable to disallow certain characters in input values if there is a justification (e.g., because using those symbols in an input value makes the command harder to parse), but they can still be considered FeatureFlaw bugs if they cause inconvenience to the user. For example, disallowing s/o in a person name because / is used as a command delimiter can cause a major problem if the input is expected to match the legal name of the person.
The names input into the application are not expected to match the legal name of the person. They are just supposed to be a name that is recognisable by the user of the application.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
The reason why severity is Medium and not low is because "s/o" is a very common in names, especially in Singapore Culture