bakano98 / pe

0 stars 0 forks source link

Able to make appointments for dates that have already passed. #8

Open bakano98 opened 2 years ago

bakano98 commented 2 years ago

You can add booking for a date that has already passed, which does not make sense.
image.png

Logically, appointments should only be allowed to made if it is on the day itself, or after -- but for dates/time before the current date/time, it should not be allowed.

nus-pe-bot commented 2 years ago

Team's Response

There is the possibility that bookings are not entered immediately by the user. Also, the user could be entering past information that has been kept in a book into the app.

Allowing users to add booking for a date that has already passed is necessary.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: None of the user stories indicate that keeping track of past booking is a necessity.

The most relevant user story with regards to appointments is this:

image.png

And even then, it mentions upcoming.

Furthermore, if entering past booking dates was supposed to be a feature, then the logic should be separated, and a user story should have been made for this, considering the necessity of it.