nus-tic4002-AY2021S2 / pe-dev-response

0 stars 0 forks source link

Tags does not allow empty space but in the error message it does not show #102

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

Command used: edit 1 p/91821748 s/9000 t/Mentor t/l33tCoder s5555

Expected Result: Index 1 person have a updated tag with 'l33tCoder s5555'

Actually Result: Error message 'Tags names should be alphanumeric'

image.png

Description: User might want to add a tag that is more understandable like 'Marketing Department', it will have space in the tag, but the program does not allow space in the tag, and it will show an error message to the user, in this error message, I can see that my input is alphanumeric, the user might not able to detect what is wrong in this scenario.


[original: nus-tic4002-AY2021S2/pe-interim#102] [original labels: severity.Low type.FunctionalityBug]

wz-chan commented 3 years ago

Team's Response

Alphanumeric implies that each character can either be a letter or a number. Space is not an alphanumeric character.

Duplicate status (if any):

--