Function: nextStage()
nextStage(
stage):"contacted"|"sourced"|"applied"|"screening"|"assessment"|"interview"|"offer"|"pre_boarding"|"hired"|null
Defined in: src/lib/recruiting/pipeline.ts:61
The next stage in the funnel, or null at the last stage (hired).
Parameters
stage
"contacted" | "sourced" | "applied" | "screening" | "assessment" | "interview" | "offer" | "pre_boarding" | "hired"
Returns
"contacted" | "sourced" | "applied" | "screening" | "assessment" | "interview" | "offer" | "pre_boarding" | "hired" | null