The Job Posting Details 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/ats/job-postings/:id, shows the full detail for a specific job posting, including applicant list and scorecard aggregates.
Overview
The page presents three tabs: Overview (posting details — title, department, location, salary range, dates), Applications (cards for each submitted application linked to applicant detail), and Scorecards (aggregated scorecard comparison across interviewers). Action buttons in the header let authorized users publish, close, edit, or archive the posting. The breadcrumb dynamically shows the posting title. Navigate to/hr/ats/job-postings to return to the list.
Who it’s for
No explicit permission gate on this route. Publish/close/archive actions are visible within the page.Before you start
- The posting must already exist (created from the Job Postings list page).
- Scorecards require completed interviewer scorecard submissions for the posting.
Steps
- Go to HR → ATS → Job Postings and select a posting.
- Review the Overview tab for posting details.
- Switch to Applications to see submitted candidates.
- Switch to Scorecards to compare interviewer ratings.
- Use the action buttons (Publish, Close, Edit, Archive) as appropriate.
Key concepts
| Concept | Meaning |
|---|---|
| Posting status | Draft → Published → Closed → Archived. |
| Scorecard comparison | Aggregated ratings across all interviewers for this posting. |
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.tsx
- src/cores/hr/pages/ats/JobPostingDetailPage.tsx
- src/cores/hr/hooks/ats/useJobPostingDetail.ts
- src/cores/hr/hooks/ats/useJobPostingMutation.ts