Open nus-se-script opened 6 days ago
Thanks for raising this issue.
However, It's indicated in the UG that the inputs that the command only accepts Non-accented alphanumeric and spaces only, 1-100 characters.
Additionally, it is also not as important to implement compared to other more pressing features as it can be easily overcome by using SO and DO instead of the /
.
Finally, the command fails gracefully, and has an error message to indicate that it would only accept alphanumeric characters and spaces, therefore it should be classified as NotInScope
--
Description The VolunSync does not allow user from entering the "s/o" as the name of the volunteer which might cause inconvenience to certain users of this app.
Steps to Reproduce:
Expected Behaviour: The system should add the volunteer in the list of volunteers.
Actual Behaviour: Gives a error message providing the reason why the command does not work.
Disallowing "s/o" in a person name because "/" is used as a command delimiter is a potential problem as input is expected to match the legal name of the person.
[original: nus-cs2103-AY2425S1/pe-interim#1430] [original labels: type.FeatureFlaw severity.Low]