nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

Name field is too inflexible #2131

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

The name field is only restricted to alphanumeric characters and spaces. However, there are valid names that require more than alphanumeric characters and spaces. For example, make char Tester s/o testing does not qualify as a valid Name


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

LeonardYam commented 1 year ago

Team's Response

Thanks for spotting this!

Currently, it is true that names containing special characters like / or - are not accepted by the parser. However, this is not a priority since such names are uncommon in the TTRPG genre and pose issues with problematic inputs like /////. Enhancements to the parsing and range of valid names may be introduced in future iterations.

Duplicate status (if any):

--