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.

Applications is available at route /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 as ApplicationCard 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

1

Open Applications

Navigate to /hr/ats/applications.
2

Filter

Use the search field, status dropdown, or job posting dropdown to narrow results.
3

Select for bulk action

Check individual application rows and use ApplicationBulkActions to perform bulk operations.
4

Open details

Click an ApplicationCard to navigate to /hr/ats/applications/:id.

Key concepts

TermMeaning in code
ApplicationFiltersFilter shape: status, job_posting_id, search
ApplicationStatusFull set of pipeline statuses from applied to withdrawn
ApplicationBulkActionsComponent rendering bulk status-change actions for selected IDs

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/ats/ApplicationListPage.tsx
  • src/cores/hr/hooks/ats/useApplications.ts