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.

Action Plan Details is accessible at route /hr/engagement/action-plans/:id. No explicit permission gate on this route.

Overview

The Action Plan Details page displays a single action plan identified by its :id parameter. It shows the plan’s title, description, priority and status badges, a progress bar calculated from current_score / target_score, assignment details (assignee name, department, due date, completed date), and any linked survey or analytics source. Status transitions available from this page are: Start (draft → in_progress), Complete (in_progress → completed, requires confirmation dialog), and Cancel (draft or in_progress → cancelled, requires confirmation dialog). An Edit button navigates to the edit form.

Who it’s for

No explicit permission gate on this route.

Before you start

  • An action plan must already exist; navigate here from the Action Plans list at /hr/engagement/action-plans.

Steps

1

Open an action plan

Navigate to /hr/engagement/action-plans and click a plan title to open the detail page.
2

Review progress

Check the Progress card for current and target scores and the progress bar percentage.
3

Transition status

Use Start, Complete, or Cancel buttons; Complete and Cancel require confirmation dialog acknowledgment.
4

Edit if needed

Click Edit to navigate to the edit form at /hr/engagement/action-plans/:id/edit.

Key concepts

TermMeaning in code
prioritylow, medium, high, or critical — renders as a colored badge
statusdraft, in_progress, completed, or cancelled
current_score / target_scoreNumeric engagement scores used to calculate progress percentage
target_score_areaOptional label for the engagement dimension being targeted

Human Resources

Human Resources core overview.

Governance & parity

Documentation coverage and governance.
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/routes/hr/engagement-routes.tsx
  • src/cores/hr/engagement/pages/ActionPlanDetailPage.tsx
  • src/cores/hr/engagement/hooks/useActionPlanDetail.ts
  • src/cores/hr/engagement/hooks/useActionPlanMutation.ts