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 Exit Interview page, at route /hr/my-exit-interview, allows departing employees to view and complete their exit interview.

Overview

This route loads MyExitInterviewPage, which displays the exit interview assigned to the current user. Status variants include Pending, Completed, and Declined. Each shows an appropriate icon and badge. The page uses useMyExitInterview to fetch the employee’s exit interview record. If none exists, an empty state is shown.

Who it’s for

No explicit permission gate on this route.

Before you start

  • An exit interview must be initiated (typically by HR during offboarding) before it appears here.

Steps

  1. Go to /hr/my-exit-interview.
  2. If an interview has been assigned, review the details and complete the questionnaire.
  3. Submit or decline as appropriate.

Key concepts

ConceptMeaning
PendingAssigned and awaiting the employee’s response.
CompletedEmployee has submitted responses.
DeclinedEmployee has opted not to participate.

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/engagement-routes.tsx
  • src/cores/hr/engagement/pages/MyExitInterviewPage.tsx
  • src/cores/hr/engagement/hooks/useMyExitInterview.ts