The Goals page (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.
/hr/performance/goals) lists all performance goals in the organization with options to add goals, edit existing ones, and update progress.
Overview
The page shows thePerformanceGoalTable component which renders a filterable list of goals with employee name, title, due date, status, and progress. An Add Goal button opens the PerformanceGoalFormDialog for creating a new goal. Row-level Edit actions re-open the form pre-populated. An Update Progress action opens the PerformanceGoalProgressDialog. Clicking a goal row navigates to /hr/performance/goals/:id.
Who it’s for
No explicit permission gate on this route.Before you start
- Employee records must exist in the organization to assign goals.
Steps
- Navigate to HR → Performance → Goals or go to
/hr/performance/goals. - Review existing goals and their statuses.
- Click Add Goal to create a new performance goal.
- Use the Edit action on a row to modify a goal.
- Use the Update Progress action to record progress against a goal.
- Click a goal row to view the full goal detail.
Related
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.
Documentation sources
Documentation sources
- src/routes/hr/performance-routes.tsx
- src/cores/hr/pages/performance/PerformanceGoalListPage.tsx
- src/cores/hr/components/performance/PerformanceGoalTable.tsx