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 Goals page (/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 the PerformanceGoalTable 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

  1. Navigate to HR → Performance → Goals or go to /hr/performance/goals.
  2. Review existing goals and their statuses.
  3. Click Add Goal to create a new performance goal.
  4. Use the Edit action on a row to modify a goal.
  5. Use the Update Progress action to record progress against a goal.
  6. Click a goal row to view the full goal detail.

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/performance-routes.tsx
  • src/cores/hr/pages/performance/PerformanceGoalListPage.tsx
  • src/cores/hr/components/performance/PerformanceGoalTable.tsx