Skip to content

Commit

Permalink
Merge branch 'master' into connector/jobadder-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdellahitech authored Oct 26, 2023
2 parents 9dcd5d0 + bec76b4 commit b4a77b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ We invite developers to join us in our mission to bring AI and data integration
| **RecruitBox** | ATS | 🎯 | | |
| **RecruiterFlow** | ATS | 🎯 | | | | | | |
| **Recruitive** | ATS | 🎯 | | | | | | |
| [**SAPSuccessfactors**](./src/hrflow_connectors/connectors/sapsuccessfactors/README.md) | HCM | :white_check_mark: | *19/01/2022* | *04/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: |
| [**SAPSuccessfactors**](./src/hrflow_connectors/connectors/sapsuccessfactors/README.md) | ATS | :white_check_mark: | *19/01/2022* | *04/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: |
| [**Salesforce**](./src/hrflow_connectors/connectors/salesforce/README.md) | CRM | :white_check_mark: | *03/08/2023* | *04/09/2023* | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| [**Smartrecruiters**](./src/hrflow_connectors/connectors/smartrecruiters/README.md) | ATS | :white_check_mark: | *21/03/2022* | *11/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: |
| [**Taleez**](./src/hrflow_connectors/connectors/taleez/README.md) | ATS | :white_check_mark: | *19/01/2022* | *04/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: |
Expand All @@ -103,11 +103,11 @@ We invite developers to join us in our mission to bring AI and data integration
| **Talentlink** | ATS | 🎯 | | |
| **TalentReef** | ATS | 🎯 | | |
| [**Teamtailor**](./src/hrflow_connectors/connectors/teamtailor/README.md) | ATS | :white_check_mark: | *06/10/2022* | *04/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: |
| **Twilio** | Marketing Tools | 🎯 | | |
| **Twilio** | Automation | 🎯 | | |
| **Ultimate Software (UKG)** | ATS | 🎯 | | |
| [**Waalaxy**](./src/hrflow_connectors/connectors/waalaxy/README.md) | Automation Tools | :white_check_mark: | *18/11/2022* | *04/09/2023* | :x: | :x: | :x: | :x: |
| [**Waalaxy**](./src/hrflow_connectors/connectors/waalaxy/README.md) | Automation | :white_check_mark: | *18/11/2022* | *04/09/2023* | :x: | :x: | :x: | :x: |
| [**Workable**](./src/hrflow_connectors/connectors/workable/README.md) | HCM | :white_check_mark: | *27/09/2022* | *11/09/2023* | :x: | :white_check_mark: | :white_check_mark: | :x: |
| **Workday** | HCM | :white_check_mark: | | |
| **Workday** | HCM | :heavy_check_mark: | | |


- :white_check_mark: : Done
Expand Down Expand Up @@ -140,7 +140,7 @@ We invite developers to join us in our mission to bring AI and data integration
| **Jooble** | Job Board | 🎯 | | |
| **Keljob** | Job Board | 🎯 | | |
| **Laponi** | Job Board | 🎯 | | |
| **Leboncoin** | Classified Ads | :hourglass: | *13/07/2022* | |
| **Leboncoin** | Job Board | :hourglass: | *13/07/2022* | |
| **LesJeudis** | Job Board | 🎯 | | |
| **LinkedIn** | Job Board | 🎯 | | |
| **Meteojob** | Job Board | 🎯 | | |
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10008,7 +10008,7 @@
"workflow_code_target_settings_prefix": "target_"
}
],
"type": "HCM"
"type": "ATS"
},
{
"name": "Bullhorn",
Expand Down Expand Up @@ -15821,7 +15821,7 @@
"workflow_code_target_settings_prefix": "target_"
}
],
"type": "Automation Tools"
"type": "Automation"
},
{
"name": "Hubspot",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def format_profile(profile: HrFlowProfile) -> t.Dict:

SAPSuccessFactors = Connector(
name="SAPSuccessFactors",
type=ConnectorType.HCM,
type=ConnectorType.ATS,
description=DESCRIPTION,
url="https://www.sap.com/",
actions=[
Expand Down
2 changes: 1 addition & 1 deletion src/hrflow_connectors/core/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class ConnectorType(enum.Enum):
ATS = "ATS"
CRM = "CRM"
HCM = "HCM"
Automation = "Automation Tools"
Automation = "Automation"
JobBoard = "Job Board"
Classifieds = "Classified Ads"
Other = "Other"
Expand Down

0 comments on commit b4a77b1

Please sign in to comment.