nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Incorrect Validation for Email #2803

Open nus-pe-bot opened 4 months ago

nus-pe-bot commented 4 months ago

Email should also check for ".com" or something to that effect:

However as seen from the image below, this is not the case:

image.png

Software as a result does not capture and help the user check if they have input an invalid email. These will have additional ramifications in the hackathon itself.


[original: nus-cs2103-AY2324S2/pe-interim#2334] [original labels: type.FunctionalityBug severity.Medium]

bachletuankhai commented 4 months ago

Team's Response

The email provided(alex@ere) is a valid email address that should be added to the list. Please check here(https://en.wikipedia.org/wiki/Email_address#Examples) for more information. If it is possible email we don't have to provide validation restrictions.

Duplicate status (if any):

--