Open wj331 opened 1 year ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Unclear error message when wrong date is entered
As error message is so long
Booking periods must be in the format 'YYYY-MM-DD HH:MM to YYYY-MM-DD HH:MM', and the end datetime must come after the start datetime.
It is unclear whether my input is wrong with my format or whether it is because of the start and end time. This results in lower testability which is a feature flaw.
[original: nus-cs2103-AY2324S1/pe-interim#538] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Tester inputs the year as "0001" which is extreme user behaviour, then claims "It is unclear whether my input is wrong with my format or whether it is because of the start and end time."
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: The 'Original' Bug is about entering year 0001 but my bug report is about entering invalid dates that does not exist in the calendar so they are obviously 2 different bugs
This is my bug report which says I am trying to make a booking on 30th February or 31st April.
As seen, tried to add a booking with date 02-30 and 31st april which is an invalid date but it is not giving me the correct error.
This could cause some occasional inconvenience to users if they accidentally enter wrong dates