Attendance
Overview
The attendance module allows creation of an attendance register, enrolment of staff and attendees and capture of attendance records with entry/exit times. To compute attendance based on the logs, a calculator service should be built with specific business logic.
Dependencies
DIGIT backbone services
IDGen
Persister
Key Functionalities
Allows creation/updation/search of an attendance register
Allows mapping of staff and attendees to a register and enforces permissions.
Logs entry and exit timestamps in epoch time for a referenced entity
Code
Deployment
Integration
Base Path:
/attendance/
Last updated