The My Exit Interview 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-exit-interview, allows departing employees to view and complete their exit interview.
Overview
This route loadsMyExitInterviewPage, 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
- Go to
/hr/my-exit-interview. - If an interview has been assigned, review the details and complete the questionnaire.
- Submit or decline as appropriate.
Key concepts
| Concept | Meaning |
|---|---|
| Pending | Assigned and awaiting the employee’s response. |
| Completed | Employee has submitted responses. |
| Declined | Employee has opted not to participate. |
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/engagement-routes.tsx
- src/cores/hr/engagement/pages/MyExitInterviewPage.tsx
- src/cores/hr/engagement/hooks/useMyExitInterview.ts