The Onboarding Dashboard displays all employee onboarding instances and is available atDocumentation 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/onboarding.
Overview
The Onboarding Dashboard (OnboardingDashboard) provides a tabbed view of onboarding instances: Active (status: in_progress) and Completed. A summary widget appears above the tabs. Clicking an instance navigates to its detail page at /hr/onboarding/:id. To start a new onboarding, use the Onboarding Wizard at /hr/onboarding/wizard. This page requires the hr.onboarding.view permission.
Who it’s for
Requires permissionhr.onboarding.view (HR_PERMISSIONS.ONBOARDING_VIEW).
Before you start
- Onboarding instances are created via the Onboarding Wizard. Ensure the wizard has been used to initiate onboarding before looking for records here.
Steps
- Navigate to
/hr/onboarding. - Use the Active tab to see in-progress onboardings; use Completed to see finished ones.
- Click an instance to open its detail view.
Key concepts
- Onboarding Instance — A single employee’s onboarding record, tracking all assigned tasks and their completion status.
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/OnboardingDashboard.tsx
- src/cores/hr/hooks/onboarding/useOnboardingInstances.ts