nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Unable to record people's whose names contain s/o #390

Open nus-se-script opened 3 months ago

nus-se-script commented 3 months ago

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"

image.png

Steps to reproduce:

  1. Enter the command given above.

Expected:

  1. Input can be taken in or is parsed accordingly

Actual:

  1. It is rejected with the incorrect error message.

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.


[original: nus-cs2103-AY2324S2/pe-interim#512] [original labels: severity.Low type.FeatureFlaw]

garywongkai commented 3 months ago

Team's Response

Also an misunderstanding in the input of valid input for name for adding person, which caused inconveniences to the users.

Duplicate status (if any):

Duplicate of #487