Action Plans is available 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. No explicit permission gate on this route.
Overview
The Action Plans list page displays all engagement action plans for the organization in a data table. Users can filter by free-text search, status (draft, in_progress, completed, cancelled), and priority (low, medium, high, critical). Each row shows title, source (linked survey or department), priority badge, status badge, a progress bar, due date, and assignee. Row-level actions via a dropdown menu allow viewing, editing, starting (draft plans), completing (in-progress), or cancelling. A Create Action Plan button navigates to /hr/engagement/action-plans/new.
Who it’s for
No explicit permission gate on this route.Before you start
- No preconditions beyond having the route accessible; action plans may be created from scratch.
Steps
Act on a plan
Click a plan title to view details, or use the row action menu to edit, start, complete, or cancel.
Key concepts
| Term | Meaning in code |
|---|---|
ActionPlanFilters | Filter shape accepted by useActionPlanList hook |
ActionPlanStatus | draft, in_progress, completed, cancelled |
ActionPlanPriority | low, medium, high, critical |
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/ActionPlanListPage.tsx
- src/cores/hr/engagement/hooks/useActionPlanList.ts
- src/cores/hr/engagement/hooks/useActionPlanMutation.ts