User Story
Title:
As an admin, I want to run a MySQL stored procedure that returns the number of appointments per month, so that I can track platform usage.
Acceptance Criteria:
- A stored procedure exists in MySQL.
- The procedure groups appointments by month.
- The result includes the month and total appointment count.
- Months without appointments are handled correctly.
- The procedure can be executed from the MySQL command line.
Priority: Medium
Story Points: 5
Notes:
- The query should use the appointment date.
- Results should be ordered chronologically.
User Story
Title:
As an admin, I want to run a MySQL stored procedure that returns the number of appointments per month, so that I can track platform usage.
Acceptance Criteria:
Priority: Medium
Story Points: 5
Notes: