Attendance Feature
Overview
Student attendance tracking and reporting system.
Features
- Daily attendance marking
- Attendance reports
- Absence notifications
- Attendance analytics
- Parent notifications
Attendance Data
- Student ID
- Date
- Status (present, absent, late, excused)
- Session/Period
- Remarks
- Marked by
Endpoints
GET /api/v1/attendance
POST /api/v1/attendance
GET /api/v1/attendance/{id}
PUT /api/v1/attendance/{id}
Attendance Types
- Present: Student attended
- Absent: Student was absent
- Late: Student arrived late
- Excused: Approved absence
Reports
- Daily attendance summary
- Student attendance history
- Class attendance rates
- Monthly reports
- Alerts for low attendance