The Team Onboarding page gives managers a dashboard view of their direct reports’ onboarding progress, with at-risk indicators and status filters. It is served at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/team/onboarding.
Overview
The page usesuseDirectReportsOnboarding with an includeCompleted flag driven by the status filter. Stats (total, in_progress, completed, atRisk, averageProgress) render as summary cards. Employee records display as OnboardingEmployeeCard components filtered by the selected status and search query.
This page is part of the HR-12 Manager Team Onboarding feature.
Who it’s for
No explicit permission gate on this route.Before you start
- Onboarding instances must be assigned to direct reports for data to appear.
- The HR admin must have started onboarding workflows for new hires.
Steps
- Navigate to HR > Team > Onboarding or go to
/hr/team/onboarding. - Review the summary cards: total, in-progress, completed, at-risk, and average progress.
- Use the Status filter (all, in progress, not started, at risk, completed) to focus on a subset.
- Use the Search input to find a specific employee by name.
- Click an employee card to view their onboarding detail.
Key concepts
| Term | Meaning |
|---|---|
| At-risk | An onboarding instance below AT_RISK_PROGRESS_THRESHOLD progress after AT_RISK_DAYS_THRESHOLD days. SME: confirm threshold values. |
| Average progress | Mean task completion percentage across all active onboarding instances. |
| Direct reports | Employees whose onboarding is surfaced to the current manager via useDirectReportsOnboarding. |
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/TeamOnboardingDashboard.tsx
- src/cores/hr/hooks/onboarding/useDirectReportsOnboarding.ts
- src/cores/hr/constants/onboarding.ts