Register Inbox
Overview
Enables supervisors to view attendance registers filtered by selected boundaries (e.g., district).
Interface Elements

Filters
Boundary selection dropdown (e.g., district) and "Apply" button to filter results.
Results Display
Shows registers with details such as Project Name, Status, Supervisor Name, and Entries.
Status Filters
Groups results by register status (e.g., Pending for Approval, Approved).
User Actions Flow
Select Boundary: Choose a district from the dropdown.
Apply Filter: Click "Apply" to filter results.
View Results: Access filtered attendance registers for the selected district.
API Endpoints
/registers-inbox/v2/filters/_search
Search registers by filter (district)
PROXIMITY_SUPERVISOR
/registers-inbox/v2/registers/{boundary}/_search
Retrieve registers for a selected boundary
PROXIMITY_SUPERVISOR
Was this helpful?