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 Feedback Details page (/hr/performance/feedback/:id) displays a single 360-degree feedback request including type, status, source employee, and collected responses, with actions to submit a response or decline the request.

Overview

The page shows the feedback request type as a breadcrumb, a status badge, and the source employee. A response section lists all collected feedback cards via FeedbackResponseCard. If the current user has a pending response assigned to them, a Submit Feedback button opens the FeedbackSubmitDialog. A Decline action is available for pending requests. Status values visible in code include constants from FEEDBACK_STATUSES and types from FEEDBACK_TYPES.

Who it’s for

No explicit permission gate on this route.

Before you start

  • You must be a participant in the feedback request (either the requester or a responder) to see the page with meaningful data.
  • Only pending requests show the Submit and Decline actions.

Steps

  1. Navigate to HR → Performance → Feedback and click a feedback request row, or go to /hr/performance/feedback/:id.
  2. Review the feedback type, status, and existing responses.
  3. If you have a pending response to submit, click Submit Feedback and complete the dialog.
  4. To decline participation, click Decline.

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/PerformanceFeedbackDetailPage.tsx
  • src/cores/hr/hooks/performance/usePerformanceFeedbackDetail.ts