MaYuehan / pe

0 stars 0 forks source link

Invalid date input for appointment #7

Open MaYuehan opened 5 months ago

MaYuehan commented 5 months ago

when input: sched 5 --title=Lunch --from=31/02/2024 15:00 --to=14/05/2024 15:20 --addr=VivoCity

the date is invalid as 2.31 is not exist. The system will atomatically change the 2.31 to 2.29. Screenshot 2024-04-19 at 5.07.55 PM.png

nus-pe-bot commented 5 months ago

Team's Response

https://ay2324s2-cs2103t-t17-1.github.io/tp/DeveloperGuide.html#appendix-planned-enhancements

Planned enhancements:

Use strict datetime resolver, so it will reject invalid dates like “31/02/2024” instead of trying to fit to the nearest valid date.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]


## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.FunctionalityBug`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]
## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.Medium`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]