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.

The Interview Details page (/hr/ats/interviews/:id) displays a single interview record from the Applicant Tracking System, including interview type, schedule, participants, feedback responses, and scorecard submission.

Overview

The page uses useInterviewDetail, useInterviewFeedback, useInterviewScorecardForInterview, and useCurrentUser. A breadcrumb is set from the interview record. Three tabs are available (using URL state via useTabUrlState):
  • Details — shows interview type icon (Phone Screen, Video, In-Person, Panel), scheduled date/time, location/meeting link, and participants list.
  • Feedback — shows a FeedbackSummaryWidget and individual InterviewFeedbackCard components. Interviewers can open InterviewFeedbackForm to submit feedback.
  • Scorecard — shows InterviewScorecardForm using the associated scorecard template. The template is loaded via useInterviewScorecardTemplateDetail.
An Add Feedback dialog is available for submitting interview feedback.

Who it’s for

No explicit permission gate on this route. Scorecard submission requires hr.ats.scorecard.submit.

Before you start

  • The interview record must exist in your organization.
  • To submit a scorecard, you need hr.ats.scorecard.submit.

Steps

  1. Navigate to HR → ATS → Interviews and click an interview, or go to /hr/ats/interviews/:id.
  2. Review the Details tab for schedule, type, and participants.
  3. Switch to the Feedback tab to review or submit interviewer feedback.
  4. Switch to the Scorecard tab to complete the structured scorecard.

Key concepts

ConceptMeaning
Interview typePhone Screen, Video, In-Person, or Panel
ScorecardStructured evaluation using a configured scorecard template

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