Open DuckWillow opened 3 years ago
[The team marked this bug as a duplicate of the following bug]
Uppercase and lowercase are not case sensitive
At beginning, I found this when key in weekdays.
Only 'Friday' or 'friday' should be allowed in the schedule. Keep the format the same!
The same problem happens in the timetable function.
Then I realize all uppercase and lowercase is mixed up together.
[original: nus-cs2113-AY2122S1/pe-interim#7] [original labels: type.FeatureFlaw severity.High]
[This is the team's response to the above 'original' bug]
Thank you for your report.
For the day case sensitive part, it is by design. It is mentioned in the UG under the section Command Syntax.
For the command case sensitive part, it is also by design and mentioned in the UG under the section Command Syntax.
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]
Team chose [response.Rejected
]
Reason for disagreement: The team has force every module to be uppercase: cs2113T to CS2113T.
They should do the same from 'friday' to 'Friday'.
Team chose [type.FeatureFlaw
]
Originally [type.DocumentationBug
]
Reason for disagreement: Not consistent throughout the program. Users don't want to see 'friday' and 'Friday' appear at the same time. And it's not hard to make a replacement.
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: This is important because it improve user experience. Users don't want to see 'friday' and 'Friday' appear at the same time.
The accepted input for the argument includes “Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”, and “Sunday”.
However, during testing, "monday" is also accepted.