/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
Access follows your organization’s role and module configuration. ## 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
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