Candidate Details is available 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/ats/candidates/:id. No explicit permission gate on this route.
Overview
The Candidate Detail page displays a two-column layout. The left sidebar shows the candidate’s avatar (initials), full name, email (linked), phone, LinkedIn URL (if present), aCandidateTags editable tag component, and a CandidateNotes section. A “Hired” badge appears if the candidate has a linked employee record. The right main area has three tabs: Applications (list of ApplicationCard components for each application the candidate has submitted), Background Checks (BackgroundCheckSection), and Documents (resume URL link if present, otherwise empty state). The candidate number is displayed as a monospace badge.
Who it’s for
No explicit permission gate on this route — part of the ATS module.Before you start
- A candidate record must exist; navigate from
/hr/ats/candidates.
Steps
Key concepts
| Term | Meaning in code |
|---|---|
candidate_number | System-assigned candidate identifier displayed as monospace badge |
employee_id | If present, indicates the candidate has been hired and linked to an employee record |
CandidateTags | Editable tag component for categorizing the candidate |
BackgroundCheckSection | Component for background check management |
Related
Human Resources
Human Resources core overview.
Governance & parity
Documentation coverage and governance.
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.tsx
- src/cores/hr/pages/ats/CandidateDetailPage.tsx
- src/cores/hr/hooks/ats/useCandidateDetail.ts