AY2324S2-CS2103T-F13-2 / tp

https://nus-cs2103-ay2324s2.github.io/tp/
MIT License
0 stars 4 forks source link

[PE-D][Tester A] Constraints for parameter EMAIL absent from user guide #127

Closed soc-pe-bot closed 7 months ago

soc-pe-bot commented 8 months ago

Details

Constraints for the EMAIL parameter is not specified in the user guide.

Expectation

According to the fapro application: Emails should be of the format local-part@domain and adhere to the following constraints:

  1. The local-part should only contain alphanumeric characters and these special characters, excluding the parentheses, (+_.-). The local-part may not start or end with any special characters.
  2. This is followed by a '@' and then a domain name. The domain name is made up of domain labels separated by periods. The domain name must:
    • end with a domain label at least 2 characters long
    • have each domain label start and end with alphanumeric characters
    • have each domain label consist of alphanumeric characters, separated only by hyphens, if any.

This should be specified somewhere in the user guide so readers can understand which emails are considered legitimate.

Actual

image.png


Labels: severity.Low type.DocumentationBug original: J-wang-CSMA/ped#7