Parents Feature
Overview
Parent and guardian management system.
Features
- Parent registration
- Link to students
- Communication portal
- Progress tracking
- Payment management
Parent Data
- Personal information
- Contact details
- Relationship to student
- Emergency contact
- Communication preferences
Endpoints
GET /api/v1/parents
POST /api/v1/parents
GET /api/v1/parents/{id}
PUT /api/v1/parents/{id}
DELETE /api/v1/parents/{id}
Relationships
- Belongs to one Academy
- Has many Students (many-to-many)
- Can view student information
- Receives notifications