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 Details page displays the full record for a single onboarding instance and is available at /hr/onboarding/:id.

Overview

The Onboarding Details page (OnboardingDetail) displays the full task list and status for a specific onboarding instance identified by its :id URL parameter. No explicit RequirePermission wrapper is present on this route, but the parent Onboarding Dashboard at /hr/onboarding requires hr.onboarding.view.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Navigate to the Onboarding Dashboard at /hr/onboarding to find the onboarding instance.
  • Clicking an instance on the dashboard navigates to this detail page.

Steps

  1. Navigate to /hr/onboarding to view the active and completed onboarding list.
  2. Click an onboarding instance to open its detail view at /hr/onboarding/:id.
  3. Review tasks and progress; take available actions as appropriate.

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/OnboardingDetail.tsx
  • src/cores/hr/pages/OnboardingDashboard.tsx