AY2324S2-CS2103-F08-3 / tp

https://ay2324s2-cs2103-f08-3.github.io/tp/
MIT License
0 stars 5 forks source link

[PE-D][Tester B] Checking for description duplication is case-sensitive #193

Closed nus-pe-bot closed 6 months ago

nus-pe-bot commented 6 months ago

Command Involved meeting-add

Observation: The checking for description is case-sensitive. If the user change the description of a meeting at same time from lower case letters to upper case letters and add again, it is allowed.

Steps to reproduce:

doe smith.png

Rationale behind: Since description are only texts to describe the meeting, if their only difference is the letter cases, they are most likely to convey the same meaning. Therefore, it would be more reasonable to consider descriptions with the only difference in letter cases the same.


Labels: severity.Low type.FeatureFlaw original: Ella-e/ped#4

whitesnowx commented 6 months ago

Addressed by #238

iynixil commented 6 months ago

This is allowed, as allowing more user inputs is not necessarily wrong, but will let users know in UG that meeting descriptions are case-sensitive.

Fix: Specify meeting descriptions to be case-sensitive in UG.