nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Unable to add people with uncommon names and Wrong error message displayed #3174

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Expected:

Actual:

Steps to reproduce:

Enter person X Æ A-12 /create p:91119111 e:notor@notor.com t:Loves Dancing g:1

Screenshots:

image.png


[original: nus-cs2103-AY2122S1/pe-interim#3230] [original labels: severity.Low type.FunctionalityBug]

kaixin-hc commented 2 years ago

Team's Response

Specificity of error message: Error messages can be correct but not specific enough (e.g., it says the input is 'invalid' without giving the reason, or gives too many possible reasons without pointing out the specific reason). These cases can be considered type.FeatureFlaw unless making it more specific will take a lot more effort, in which case there is a chance to argue it to be response.NotInScope.

1) it is stated that names should be alphanumeric with spaces/dash/and fullstop. Hence it is clearly not supported.

2) due to the special characters, it will take a lot more effort to correctly give a more specific error message in the parser

Duplicate status (if any):

--