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.

Performance Analytics is available at route /hr/performance/analytics. No explicit permission gate on this route.

Overview

The Performance Analytics dashboard presents a four-stat summary row (Active Cycles, Pending Reviews, Goal Completion percentage, Active PIPs) followed by four tabbed sections. The Overview tab shows a review completion trend chart, rating distribution chart, department comparison table, goal achievement widget, and PIP summary widget. The Reviews tab drills into rating distribution and department comparison. The Goals tab shows goal achievement, trend, and department breakdown. The PIPs tab shows PIP outcomes and trends by department. All data comes from usePerformanceAnalytics, useReviewMetrics, useGoalMetrics, and usePIPMetrics hooks. An error alert is shown if any data source fails.

Who it’s for

No explicit permission gate on this route — part of the Performance Management module.

Before you start

  • Performance cycles and reviews must exist in the system for meaningful data to appear.

Steps

1

Open Performance Analytics

Navigate to /hr/performance/analytics.
2

Review summary stats

Check the four KPI cards at the top for high-level status.
3

Explore tabs

Switch between Overview, Reviews, Goals, and PIPs tabs to drill into specific metrics.

Key concepts

TermMeaning in code
activeCyclesCount of performance cycles currently active in the organization
pendingReviewsCount of reviews awaiting completion
goalCompletionRatePercentage of goals in completed status
activePIPsCount of Performance Improvement Plans currently active
pipSuccessRatePercentage of closed PIPs marked as successful

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.
  • src/routes/hr.tsx
  • src/routes/hr/performance-routes.tsx
  • src/cores/hr/pages/performance/PerformanceAnalyticsDashboard.tsx
  • src/cores/hr/hooks/performance/index.ts