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 Leadership Programs page, at route /hr/succession/leadership-programs, lists employee enrollments in leadership development programs.

Overview

The page presents a data table with columns for Employee, Program name, Type (rendered with a badge from PROGRAM_TYPE_LABELS), Status (rendered with a badge from PROGRAM_STATUS_LABELS), and Progress (numeric completion percentage). The New Enrollment button opens a dialog with a LeadershipProgramForm for creating a new enrollment record.

Who it’s for

No explicit permission gate on this route.

Before you start

  • The employee to enroll must exist in the HR system.
  • Program definitions must be established before enrollment.

Steps

  1. Go to HR → Succession → Leadership Programs.
  2. Review the enrollment table, filtering by type or status as needed.
  3. To enroll an employee, select New Enrollment and complete the form.

Key concepts

ConceptMeaning
Program typeCategorizes the leadership development track (SME: confirm label values).
Completion percentageNumeric progress toward program completion.

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/oversight-analytics-succession-routes.tsx
  • src/cores/hr/succession/pages/LeadershipProgramListPage.tsx
  • src/cores/hr/succession/hooks/useLeadershipProgramList.ts
  • src/cores/hr/succession/types/index.ts