The Cycles page lists all performance review cycles for the organization and provides controls to create or edit them. It is available at routeDocumentation 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/cycles.
Overview
The page rendersPerformanceCycleTable which lists all cycles. A Create Cycle button (accent variant) opens PerformanceCycleFormDialog for creating a new cycle. Clicking the edit action on a table row opens the same dialog pre-filled with the cycle’s existing data. The editCycleId state controls which dialog instance is open.
Who it’s for
No explicit permission gate on this route. Data is scoped to the current organization.Before you start
- No prerequisites; start here to set up the organization’s first performance cycle.
Steps
Create a new cycle
Click Create Cycle to open the form dialog. Enter a cycle name, type, start date, and end date.
Edit an existing cycle
Find the cycle in the table and click the edit action. The form dialog opens pre-filled.
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/PerformanceCycleListPage.tsx
- src/cores/hr/components/performance/PerformanceCycleTable.tsx