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 Goal Details page (/hr/performance/goals/:id) displays a single performance goal record with status, due date, progress percentage, and actions to edit, update progress, or delete the goal.

Overview

The page uses usePerformanceGoalDetail to load the goal by :id and sets a breadcrumb to the goal title. A header shows the goal title, status badge, and due-date badge (shown in destructive color if the date is in the past). Action buttons include Edit (opens PerformanceGoalFormDialog pre-populated), Update Progress (opens PerformanceGoalProgressDialog), and Delete (opens a confirmation AlertDialog). A progress card shows the percentage via a Progress bar. Deleting navigates back to /hr/performance/goals.

Who it’s for

No explicit permission gate on this route.

Before you start

  • A performance goal record must exist for the specified :id.
  • You must be authorized to view or edit the goal (permission boundary not explicit in route — SME: confirm).

Steps

  1. Navigate to HR → Performance → Goals and click a goal row, or go to /hr/performance/goals/:id.
  2. Review goal status, due date, and progress percentage.
  3. Click Edit to update goal details.
  4. Click Update Progress to record a progress update.
  5. Click Delete and confirm to remove the goal (irreversible — SME: confirm).

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/PerformanceGoalDetailPage.tsx
  • src/cores/hr/hooks/performance/usePerformanceGoalDetail.ts