Candidates 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. No explicit permission gate on this route.
Overview
The Candidates list page shows all candidates in the system with a total count. A search field filters by name or email. View mode can be toggled between grid (3-column card grid) and list (stacked cards). Candidates are rendered asCandidateProfileCard components. Pagination handles result sets over 20, displaying up to 5 page links. Clicking a card navigates to /hr/ats/candidates/:id. The page is also accessible as the Candidates tab within the ATS hub at /hr/ats/dashboard.
Who it’s for
No explicit permission gate on this route — part of the ATS module.Before you start
- No preconditions; empty state is shown if no candidates have applied.
Steps
Key concepts
| Term | Meaning in code |
|---|---|
CandidateFilters | Filter shape: search field applied to name/email |
CandidateProfileCard | Card component rendering candidate summary for grid/list display |
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/CandidateListPage.tsx
- src/cores/hr/hooks/ats/useCandidates.ts