-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Add Taleez Connector in CRUD v2 #313
Conversation
1fe6ab5
to
341c536
Compare
341c536
to
e5e8e83
Compare
e5e8e83
to
9793ba9
Compare
9793ba9
to
b43d3f9
Compare
b43d3f9
to
2085114
Compare
2085114
to
87eb0a4
Compare
87eb0a4
to
2e59a8f
Compare
# "en_education_level": 90339, | ||
# "candidate_contract": 90338, | ||
# "last_position": 90334, | ||
# "hard_skills": 90337, | ||
# "languages": 90336, | ||
# "courses": 90335, | ||
# "last_education": 90333, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Propriétés custom, il faut voir comment récupérer le mapping des champs custom.
# TODO: Add properties to the candidate object | ||
# with open(PROPERTIES_PATH) as f: | ||
# properties = get_profile_properties_to_push( | ||
# hrflow_profile, json.load(f)["list"] | ||
# ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Propriétés custom, il faut voir comment récupérer le mapping des champs custom.
|
||
def get_sections(taleez_job: t.Dict) -> t.List[t.Dict]: | ||
sections = [] | ||
for section_name in ["jobDescription", "profileDescription", "companyDescription"]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remplir
- requirements avec profileDescription
- culture avec companyDescription
No description provided.