Register Inbox

Overview: Enables supervisors to view attendance registers filtered by selected boundaries (e.g., district).

Interface Elements:

Element

Description

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:

  1. Select Boundary: Choose a district from the dropdown.

  2. Apply Filter: Click "Apply" to filter results.

  3. View Results: Access filtered attendance registers for the selected district.

API Endpoints:

Endpoint

Purpose

Role

/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?