Open tanqinyong opened 7 months ago
Also an misunderstanding in the input of valid input for name for adding person, which caused inconveniences to the users.
[The team marked this bug as a duplicate of the following bug]
Names with special characters d/o are not accepted
When typing "add n/Jane d/o Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01", the name is not accepted and the following error message as shown in the screenshot is returned. This is different from the error caused by other special characters such as 's/o' as that is incorrectly thought of as a schedule, whereas names with 'd/o' are not accepted as valid names.
[original: nus-cs2103-AY2324S2/pe-interim#632] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
No details provided by team.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
When the following command was entered: add n/John Doe s/o vivian p/98765432 e/johnd@example.com
The following incorrect error is shown: "Schedule names should be alphanumeric"
Steps to reproduce:
Expected:
Actual:
Given that there may be users from other races which may have different naming traditions, it would be good to allow strings such as "s/o" in the name.