nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Student number field specification inconsistency #3294

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

image.png

as seen above, it is stated that student numbers should end off with an upper case letter. However, it also accepts lower case letters. as seen below

data entry: image.png

data accepted:

image.png

to recreate, use: add_s sno/A0122233b sn/lowercase e/e0123321A@u.nus.edu t/TD9


[original: nus-cs2103-AY2425S1/pe-interim#2202] [original labels: type.FeatureFlaw severity.Low]

ghos7ie commented 1 week ago

Team's Response

As you can see from the result message, we auto-capitalise for the user to make it easier for them to input.

Some other QOL improvements we made were to make parameters and command words case-insensitive too.

Additionally, it is mentioned in the UG that student number will be auto-capitalized.

image.png

Duplicate status (if any):

--