Open ChuanXinNg opened 1 year ago
This feature flaw has already been added into the planned enhancement section of the DG
[The team marked this bug as a duplicate of the following bug]
Incorrect output for
view
commandThere are two doctors in clinic, and only one doctor has appointment at 9am, which means another doctor is avaliable at that time.
However, the output of
view
command shows that 9am is not avaliable.
[original: nus-cs2103-AY2324S1/pe-interim#5692] [original labels: type.FunctionalityBug severity.Medium]
[This is the team's response to the above 'original' bug]
As currently our product is for small scale local GPs, we have designed our program to only have 1 room and hence 1 timeslot at any time. Only 1 doctor is working at a single time. This was also mentioned in our DG's planned enhancements hence we will reject this bug as mentioned in course website
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: [replace this with your explanation]
Steps to reproduce:
appt /for 1 /doc 2 /d Blood test /on 01-01-2024 13:00
appt /for 3 /doc 1 /d Blood test /on 01-01-2024 13:00
Expected: Appointment can be added as these are different patients and doctor.
Actual: Cannot add appointment.
It is not reasonable that a clinic only has 9 timeslot per day for all patients and doctors. The timeslots should be based on the doctor, every doctor has a list of available timeslots.