Skip to content
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

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

nedhirouebnou
Copy link
Collaborator

No description provided.

Comment on lines +26 to +32
# "en_education_level": 90339,
# "candidate_contract": 90338,
# "last_position": 90334,
# "hard_skills": 90337,
# "languages": 90336,
# "courses": 90335,
# "last_education": 90333,
Copy link
Contributor

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.

Comment on lines +270 to +274
# 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"]
# )
Copy link
Contributor

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"]:
Copy link
Contributor

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

@Thomas65535 Thomas65535 merged commit e5bc7c6 into master Jan 9, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants