Open JackieNeoCEG opened 7 months ago
This is actually caused by the fact that the app requires exactly the same case as what was specified in the UG for the MAJOR_NAME the first time each of the majors are used. It is not a difference between init and display.
This issue is a duplicate of another issue.
[The team marked this bug as a duplicate of the following bug]
inconsistency in handling init MAJOR_NAME
Inconsistency how the init command handles case sensitivity for major codes in the PlaNUS application. Initially, init ceg and init ee are not accepted (first time entering), prompting the user to retry with a major code, implying that uppercase should be used. However, upon re-entering init EE in uppercase, the subsequent attempt with init ee in lowercase seems to be accepted without an error
[original: nus-cs2113-AY2324S2/pe-interim#1202] [original labels: severity.Low type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
Thank you
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
The
init
command requires the "major code" listed under the UG to be case-sensitive but other commands involving[MAJOR_NAME]
do not need to be case sensitive.Since all "major code" do not require case sensitivity to differentiate each other, it is recommended to allow for more flexible case-sensitivity so it can be optimised for fast-typers.