/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
Access follows your organization’s role and module configuration.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.
Viewing a review
The Review Details page at/hr/performance/reviews/:id shows the full record for a single performance review and supports the reviewer workflow from draft through acknowledgment.
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.
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.
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.
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
- src/cores/hr/pages/performance/PerformanceReviewDetailPage.tsx
- src/cores/hr/hooks/performance/usePerformanceReviewDetail.ts
- src/cores/hr/hooks/performance/usePerformanceReviewMutation.ts