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 Cycles page lists all performance review cycles for the organization and provides controls to create or edit them. It is available at route /hr/performance/cycles.

Overview

The page renders PerformanceCycleTable 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

1

Open Performance Cycles

Navigate to HR → Performance → Cycles or go to /hr/performance/cycles.
2

Create a new cycle

Click Create Cycle to open the form dialog. Enter a cycle name, type, start date, and end date.
3

Edit an existing cycle

Find the cycle in the table and click the edit action. The form dialog opens pre-filled.
4

Open a cycle for details

Click a cycle name in the table to navigate to its detail page at /hr/performance/cycles/:id.

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/performance-routes.tsx
  • src/cores/hr/pages/performance/PerformanceCycleListPage.tsx
  • src/cores/hr/components/performance/PerformanceCycleTable.tsx