Operations
Auth
Basic auth — manager vs employee role distinction
Role model
The is_manager boolean on the Employees table determines dashboard access.
- Employees with
is_manager = truesee the manager dashboard, send form, reminder details, employee profiles, and the process list. - Employees without the flag see only their own inbox and their reminder pages.
Scope
The brief calls for basic auth only. Out of scope for v1:
- No SSO
- No OAuth
- No self-service registration
Users are created directly in the Employees table; the is_manager flag is set there.