AY2122S2-CS2103-F11-2 / tp

TAlent Assistantâ„¢ is a desktop application used by professors to schedule interviews and keep track of applications for teaching assistants.
https://ay2122s2-cs2103-f11-2.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D] Case sensitivity of course name #310

Closed nus-se-script closed 2 years ago

nus-se-script commented 2 years ago

Adding a student that is in "Business Analytics" with the following command

add id/A0123456C n/Jack Doe p/87654322 e/E0123457@u.nus.edu c/business analytics yr/2 avail/1,2,3

gives the following error:

Screenshot 2022-04-01 at 2.24.57 PM.png

Changing the course from "c/business analytics" to "c/Business Analytics" solved the issue:

Screenshot 2022-04-01 at 2.25.34 PM.png

It's a minor issue, but I feel that having the course name be case-sensitive may frustrate the user as similar course names (eg "computer science" and "Computer Science") both convey the same meaning regardless of their cases.


Labels: severity.Low type.FeatureFlaw original: jamesyeap/ped#1

domlimm commented 2 years ago

Already in UG.