π Problem
The system starts with an empty database, making testing difficult.
π― Objective
Provide sample data for easier development and demonstration.
β
Tasks
- Add seed data for:
- patients
- doctors
- appointments
- Provide SQL scripts or initializer class
- Document how to load seed data
π§ͺ Acceptance Criteria
- Sample data loads automatically or via script
- Developers can test features immediately
- Documentation explains usage
π Problem
The system starts with an empty database, making testing difficult.
π― Objective
Provide sample data for easier development and demonstration.
β Tasks
π§ͺ Acceptance Criteria