nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Delete Apppointment: Inconsistent handling of past dates #2737

Open nus-pe-bot opened 2 weeks ago

nus-pe-bot commented 2 weeks ago

I was able to add an appointment of a date in the past, but I was unable to delete the appointment of the date in the past. This could cause significant problems to the user when he is using the app and would like to delete an appointment from the past.

I understand it is better to allow adding appointments in the past, but this should be consistent across all commands and not just adding.

Steps to recreate: 1) Add an appointment in the past, for example, 2023-12-31 15:28 2) Try to delete the appointment in the past

Expected outcome: Appointment successfully deleted Actual outcome: Unable to delete appointment.

Screenshot 2024-11-15 at 5.16.45 PM.png

Screenshot 2024-11-15 at 5.16.51 PM.png

Screenshot 2024-11-15 at 5.17.00 PM.png


[original: nus-cs2103-AY2425S1/pe-interim#3733] [original labels: severity.Medium type.FunctionalityBug]

shinichi04 commented 2 weeks ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #2188