ApplicationStatusBadge

Domain

Tracks an application's lifecycle from Pending through Offered or Rejected.

All statuses

Preview
PendingReviewingShortlistedInterviewOfferedRejectedWithdrawn
Code
{(['PENDING', 'REVIEWING', 'SHORTLISTED', 'INTERVIEW', 'OFFERED', 'REJECTED', 'WITHDRAWN'] as const).map((s) => (
  <ApplicationStatusBadge key={s} status={s} />
))}
Sourcemodules/domains/jobs/application/ApplicationStatusBadge.tsx