HongRay / pe

0 stars 0 forks source link

When adding person, email domain should not only accept numbers. #6

Open HongRay opened 2 months ago

HongRay commented 2 months ago

image.png

Steps to reproduce: Enter n/NAME p/111 e/g@111.com a/ADDRESS

Expected: Able to add person

Actual: Should return an error as email domain format is wrong.

nus-se-script commented 2 months ago

Team's Response

numbers in the domain does not mean domain format is wrong as seen by https://email123.com/, this in fact is a real domain mail server. The only way to verify email domain is through online APIs which is out of scope or hardcoding the validation checks to popular websites such as "google.com", "hotmail.com" etc, which is not desirable.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]