Interface: BoardApplication
Defined in: src/server/services/recruiting.ts:25
A board card: the application plus the bits of the candidate the column needs.
Properties
candidate
candidate: {
full_name:string;prc_verified:boolean;talent_pool_status:string; } |null
Defined in: src/server/services/recruiting.ts:37
candidate_id
candidate_id:
string
Defined in: src/server/services/recruiting.ts:27
expected_rate_centavos
expected_rate_centavos:
number|null
Defined in: src/server/services/recruiting.ts:33
fit_score
fit_score:
number|null
Defined in: src/server/services/recruiting.ts:31
fit_tier
fit_tier:
number|null
Defined in: src/server/services/recruiting.ts:32
id
id:
string
Defined in: src/server/services/recruiting.ts:26
next_action_date
next_action_date:
string|null
Defined in: src/server/services/recruiting.ts:34
owner_id
owner_id:
string|null
Defined in: src/server/services/recruiting.ts:35
role_family
role_family:
string
Defined in: src/server/services/recruiting.ts:30
stage
stage:
"contacted"|"sourced"|"applied"|"screening"|"assessment"|"interview"|"offer"|"pre_boarding"|"hired"
Defined in: src/server/services/recruiting.ts:28
status
status:
string
Defined in: src/server/services/recruiting.ts:29
updated_at
updated_at:
string
Defined in: src/server/services/recruiting.ts:36