Applications 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/applications. No explicit permission gate on this route.
Overview
The Applications list page shows all job applications with a total count header. Filter controls include a candidate name/email search field, a status dropdown (all or one of: applied, screening, interview scheduled, interviewed, offer pending, offer sent, accepted, hired, rejected, withdrawn), and a job posting dropdown populated from active postings. Applications are displayed asApplicationCard components with checkbox selection for bulk actions via ApplicationBulkActions. Pagination renders when results exceed 20 per page with up to five page links shown.
Who it’s for
No explicit permission gate on this route — part of the ATS module. Also accessible as the Applications tab inside the ATS Dashboard hub at/hr/ats/dashboard.
Before you start
- No preconditions; the list will be empty if no applications have been submitted.
Steps
Select for bulk action
Check individual application rows and use
ApplicationBulkActions to perform bulk operations.Key concepts
| Term | Meaning in code |
|---|---|
ApplicationFilters | Filter shape: status, job_posting_id, search |
ApplicationStatus | Full set of pipeline statuses from applied to withdrawn |
ApplicationBulkActions | Component rendering bulk status-change actions for selected IDs |
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/ApplicationListPage.tsx
- src/cores/hr/hooks/ats/useApplications.ts