Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Onboarding Dashboard displays all employee onboarding instances and is available at /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 permission hr.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

  1. Navigate to /hr/onboarding.
  2. Use the Active tab to see in-progress onboardings; use Completed to see finished ones.
  3. 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.

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/OnboardingDashboard.tsx
  • src/cores/hr/hooks/onboarding/useOnboardingInstances.ts