The My Feedback page, 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/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). HooksuseMyFeedbackRequests 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
- Go to HR → My HR → My Performance → Feedback (or navigate to
/hr/my-performance/feedback). - Review the Pending Requests tab for any feedback tasks requiring your input.
- Select a pending request to open and complete it.
- Switch to Received Feedback to see feedback others have submitted about you.
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/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