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 My Feedback page, at route /hr/my-performance/feedback (alternate: /hr/performance/my-feedback), lets employees manage feedback requests and view received feedback.

Overview

The page has two tabs: Pending Requests (feedback requests assigned to the employee to complete) and Received Feedback (feedback submitted about the employee by others). Hooks useMyFeedbackRequests and useMyReceivedFeedback supply the data. Status badges distinguish submitted from pending requests. A back link returns to My HR at /hr/me. The legacy path /hr/performance/my-feedback redirects to this page.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Feedback requests are generated as part of performance review cycles managed by HR.

Steps

  1. Go to HR → My HR → My Performance → Feedback (or navigate to /hr/my-performance/feedback).
  2. Review the Pending Requests tab for any feedback tasks requiring your input.
  3. Select a pending request to open and complete it.
  4. Switch to Received Feedback to see feedback others have submitted about you.

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/self-service-routes.tsx
  • src/cores/hr/pages/performance/MyFeedbackPage.tsx
  • src/cores/hr/hooks/performance/useMyFeedbackRequests.ts
  • src/cores/hr/hooks/performance/useMyReceivedFeedback.ts