Action Plan Details is accessible at routeDocumentation 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/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
Open an action plan
Navigate to
/hr/engagement/action-plans and click a plan title to open the detail page.Review progress
Check the Progress card for current and target scores and the progress bar percentage.
Transition status
Use Start, Complete, or Cancel buttons; Complete and Cancel require confirmation dialog acknowledgment.
Key concepts
| Term | Meaning in code |
|---|---|
priority | low, medium, high, or critical — renders as a colored badge |
status | draft, in_progress, completed, or cancelled |
current_score / target_score | Numeric engagement scores used to calculate progress percentage |
target_score_area | Optional label for the engagement dimension being targeted |
Related
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.
Documentation sources
Documentation sources
- 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