Open JordanKwua opened 2 years ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Able to add patient with a DOB that is out of range
Could add a patient with a date of birth that is of year 5935, which is invalid
[original: nus-cs2113-AY2223S1/pe-interim#294] [original labels: severity.Medium type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
Need to check today's date.
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: Based on how this team separated the three different groups which are patients, visits and prescriptions, I would argue that this bug is similar in the fact that they are both related to dates.
However, my reported issue involves adding a visit in the visit
menu for a date that has not passed yet, but the issue that my issue is tagged to involves adding a patient in the patient
menu with an invalid date of birth.
It deals with two different components of the application and as such I believe this issue should not be a duplicate.
Team chose [severity.Medium
]
Originally [severity.Low
]
Reason for disagreement: [replace this with your explanation]
Considering today's date of 11/11/2022, I can add a visit for a patient in the next month which is in the future
I can also add a time that hasn't passed yet
I assume it shouldn't be possible as it should store the visit history of the patient.