The Reviews page atDocumentation 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/reviews lists all performance reviews in the organization and provides a “Create Review” action.
Overview
The page renders aPerformanceReviewTable component and a “Create Review” button that opens the PerformanceReviewFormDialog. Clicking a review row navigates to its detail page at /hr/performance/reviews/<id>.
Who it’s for
No explicit permission gate on this route.Steps
- Navigate to HR → Performance → Reviews (
/hr/performance/reviews). - Browse or filter the reviews list.
- Click Create Review to open the new-review dialog.
- Click a review row to view details.
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/PerformanceReviewListPage.tsx