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 My Reviews page, at route /hr/my-performance, shows the current employee’s performance review records.

Overview

Reviews are displayed in tabbed views with badge counts per status. Each review card shows the cycle name, review period, status badge, and reviewer. A PerformanceReviewAcknowledgeDialog allows the employee to formally acknowledge a completed review. Data is supplied by useMyPerformanceReviews. A back link returns to My HR.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Performance review cycles must have been initiated by HR.

Steps

  1. Go to HR → My HR → My Performance (or navigate to /hr/my-performance).
  2. Review each tab (pending acknowledgment, completed, etc.).
  3. Select a review to open its details.
  4. If acknowledgment is required, use the acknowledge dialog to complete the step.

Key concepts

ConceptMeaning
AcknowledgmentEmployee confirmation that they have read and received their performance review.

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/self-service-routes.tsx
  • src/cores/hr/pages/performance/MyPerformanceReviewsPage.tsx
  • src/cores/hr/hooks/performance/useMyPerformanceReviews.ts