nus-cs2103-AY2324S1 / pe-dev-response

0 stars 0 forks source link

Entry for email did not do proper email validation #209

Open nus-se-script opened 10 months ago

nus-se-script commented 10 months ago

Your app managed to pass the email validation when it is not a valid email with domain name and top-level domain.

Proper valid email format:

Screenshot 2023-11-17 at 16.32.50.png

App's behavior: Accepted asdf@gmail which is not a valid email because it does not have top level domain.

Screenshot 2023-11-17 at 16.31.35.png


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

juliusgambe commented 10 months ago

Team's Response

It is also not a functionality bug as it does not violate our own constraints:

From UG:

Screenshot 2023-11-20 at 10.20.47 AM.png

From Error Message:

Screenshot 2023-11-20 at 10.21.40 AM.png

asdf@gmail is still possible according to RC-3696 but discouraged according to ICANN, hence, the report will be rejected.

photo_2023-11-20 10.11.19.jpeg

photo_2023-11-20 10.16.26.jpeg

Duplicate status (if any):

--