nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Name field does not accommodate for special characters #2653

Open nus-pe-bot opened 4 months ago

nus-pe-bot commented 4 months ago

Description

Names with special characters such as the one shown in the screenshot are not allowed although it is a valid name found on the Internet.

Steps to reproduce

  1. input add n/Pedro de Alcântara João Carlos Leopoldo Salvador Bibiano Francisco Xavier de Paula Leocádio Miguel Gabriel Rafael Gonzaga de Habsburgo-Lorena e Bragança p/98765432 e/johnd@example.com m/Computer Science

Expected

Person should be added successfully into the application.

Actual

Error message that name fields should only consist of alphanumeric characters and spaces is shown.

Screenshots

image.png


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

kwuunnn commented 4 months ago

Team's Response

image.png

As shown in the DG, we put it under Planned Enhancements as shown here: https://ay2324s2-cs2103t-f13-4.github.io/tp/DeveloperGuide.html#enhanced-name-input

We noticed this mistake as well and we will implement this in future versions of the product!

Duplicate status (if any):

--