mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Candidate source (#360)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
6c281b38f8
commit
0953576fac
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -54,6 +54,9 @@ export class TCandidate extends TPerson implements Candidate {
|
||||
|
||||
@Prop(TypeBoolean(), 'Remote' as IntlString)
|
||||
remote?: boolean
|
||||
|
||||
@Prop(TypeString(), 'Source' as IntlString)
|
||||
source?: string
|
||||
}
|
||||
|
||||
@Model(recruit.class.Applicant, core.class.DocWithState, DOMAIN_RECRUIT)
|
||||
|
@ -69,7 +69,7 @@
|
||||
|
||||
{#if object !== undefined}
|
||||
<Panel icon={Contact} title={formatName(object.name)} {rightSection} {fullSize} {object} on:close={() => { dispatch('close') }}>
|
||||
<AttributesBar {object} keys={['city', 'onsite', 'remote']} slot="subtitle" />
|
||||
<AttributesBar {object} keys={['city', 'onsite', 'remote', 'source']} slot="subtitle" />
|
||||
|
||||
<div class="flex-row-center">
|
||||
<div class="mr-8">
|
||||
|
@ -37,6 +37,7 @@ export interface Candidate extends Person {
|
||||
applications?: number
|
||||
onsite?: boolean
|
||||
remote?: boolean
|
||||
source?: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user