The Review Details 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/:id shows the full record for a single performance review and supports the reviewer workflow from draft through acknowledgment.
Overview
The page loads a review by:id. A summary card shows employee name, reviewer, review period, cycle link, and status badge. An Overall Rating card shows the assigned rating (or a “not yet assigned” placeholder). Four tabs allow drill-down: Ratings (goals, competencies, behavior, and overall rating with save-in-place), Goals (linked performance goals with progress), Competencies (competency assessments with gap flags), and Feedback (360 feedback placeholder). Status-based actions are shown in the header: Start Review, Conduct Review (wizard), Submit for Acknowledgment, and Acknowledge Review. For completed or archived reviews, ratings are read-only.
Who it’s for
No explicit permission gate on this route.Before you start
- The review must be created from the Reviews list (
/hr/performance/reviews). - Goals and competencies should be added before conducting the review so they appear as ratable items.
Steps
Conduct a review- Open a review in
draftorin_progressstatus. - Click Conduct Review to launch the Performance Review Wizard at
/hr/performance/reviews/<id>/wizard.
- For
draftreviews: click Start Review to transition toin_progress. - For
in_progressreviews: click Submit for Acknowledgment to transition topending_acknowledgment. - For
pending_acknowledgmentreviews: click Acknowledge Review to open the acknowledgment dialog.
- On the Ratings tab, set individual ratings and comments.
- Click Save Ratings to persist without changing the status.
- On the Goals tab, click Add Goal to link a performance goal to this review.
- On the Competencies tab, click Add Competency to add a competency assessment.
Key concepts
| Term | Meaning |
|---|---|
| Review Status | Lifecycle: draft → in_progress → pending_acknowledgment → completed. |
| Read-only | Reviews in completed or archived status cannot be modified. |
| Competency Gap | A competency rated below expectation, flagged for potential training. |
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/PerformanceReviewDetailPage.tsx
- src/cores/hr/hooks/performance/usePerformanceReviewDetail.ts
- src/cores/hr/hooks/performance/usePerformanceReviewMutation.ts