In the add command section of the User Guide, only restrictions on the name and phone number of the student are provided, as well as an incomplete restriction on the student number.
Based on testing, the true restriction on the student number is:
Student numbers must be of the format A[nnn][c]
Where [nnn] is any numerical input of any length, and [c] is any alphabetical character.
It is likely that without this information, users will misinput information, at least for the first time, and have to use the displayed error message to rectify their inputs instead. This is inconvenient and is likely to happen often.
In the
add
command section of the User Guide, only restrictions on the name and phone number of the student are provided, as well as an incomplete restriction on the student number.Based on testing, the true restriction on the student number is: Student numbers must be of the format A[nnn][c]
Where [nnn] is any numerical input of any length, and [c] is any alphabetical character.
It is likely that without this information, users will misinput information, at least for the first time, and have to use the displayed error message to rectify their inputs instead. This is inconvenient and is likely to happen often.
[original: nus-cs2103-AY2324S1/pe-interim#1579] [original labels: type.DocumentationBug severity.Medium]