Patient User Stories
Title: View Upcoming Appointments
As a patient, I want to view my upcoming appointments, so that I can prepare accordingly and see my schedule.
Acceptance Criteria:
1.A "My Appointments" or "Dashboard" page is available to logged-in patients.
2.The list displays the doctor's name, date, and time of each upcoming visit.
3.Appointments are sorted by date (soonest first).
Priority: Medium
Story Points: 3
Notes:
Use a database query that filters appointments by the logged-in user's ID and current date.
Patient User Stories
Title: View Upcoming Appointments
As a patient, I want to view my upcoming appointments, so that I can prepare accordingly and see my schedule.
Acceptance Criteria:
1.A "My Appointments" or "Dashboard" page is available to logged-in patients.
2.The list displays the doctor's name, date, and time of each upcoming visit.
3.Appointments are sorted by date (soonest first).
Priority: Medium
Story Points: 3
Notes:
Use a database query that filters appointments by the logged-in user's ID and current date.