diff --git a/README.md b/README.md index 1f80f472..4792c395 100644 --- a/README.md +++ b/README.md @@ -159,10 +159,6 @@ We invite developers to join us in our mission to bring AI and data integration | [**iCIMS**](./src/hrflow_connectors/connectors/icims) | ATS | Premium | | | | [**rexx systems**](./src/hrflow_connectors/connectors/rexx) | ATS | Premium | | | -- :white_check_mark: : Done -- :hourglass: : Work in progress -- 🎯 : Backlog - # 🤝 List of Connectors (Job Boards) | Name | Type | Status | Release date | Last update | @@ -204,10 +200,6 @@ We invite developers to join us in our mission to bring AI and data integration | [**Wizbii**](./src/hrflow_connectors/connectors/wizbii) | Job Board | Premium | | | | [**freework**](./src/hrflow_connectors/connectors/freework) | Job Board | Premium | | | -- :white_check_mark: : Done -- :hourglass: : Work in progress -- 🎯 : Backlog - # 🪄 Quickstart ## What I can do? @@ -226,7 +218,7 @@ The features offered by this package: - **Synchronize an entire data** stream with a ready-to-use solution - **Synchronize only certain data** in a stream meeting a condition defined by you : [`logics`](DOCUMENTATION.md#logics) - **Format the data as you wish** or use the default formatting that we propose adapted to each connector : [`format`](DOCUMENTATION.md#format) -- **Leverage the provider *HrFlow.ai's ** Job and Profile Warehouse* with a many available options like [`hydrate_with_parsing`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L42) or [`update_content`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L39) +- **Leverage the provider *HrFlow.ai's* Job and Profile Warehouse** with a many available options like [`hydrate_with_parsing`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L42) or [`update_content`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L39) ## ❓ How to use a connector ? diff --git a/src/hrflow_connectors/core/templates/root_readme.md.j2 b/src/hrflow_connectors/core/templates/root_readme.md.j2 index e24c133a..6f04725a 100644 --- a/src/hrflow_connectors/core/templates/root_readme.md.j2 +++ b/src/hrflow_connectors/core/templates/root_readme.md.j2 @@ -49,20 +49,12 @@ We invite developers to join us in our mission to bring AI and data integration |-------------------------------------------------------------------------------------------------------------------------------------------|----------------------|--------------------|----------------|-----------------| {{ connectors_table }} -- :white_check_mark: : Done -- :hourglass: : Work in progress -- 🎯 : Backlog - # 🤝 List of Connectors (Job Boards) | Name | Type | Status | Release date | Last update | |-------------------------------------------------------------------------------------------------------------------------------------------|----------------------|--------------------|----------------|-----------------| {{ jobboards_table }} -- :white_check_mark: : Done -- :hourglass: : Work in progress -- 🎯 : Backlog - # 🪄 Quickstart ## What I can do? @@ -81,7 +73,7 @@ The features offered by this package: - **Synchronize an entire data** stream with a ready-to-use solution - **Synchronize only certain data** in a stream meeting a condition defined by you : [`logics`](DOCUMENTATION.md#logics) - **Format the data as you wish** or use the default formatting that we propose adapted to each connector : [`format`](DOCUMENTATION.md#format) -- **Leverage the provider *HrFlow.ai's ** Job and Profile Warehouse* with a many available options like [`hydrate_with_parsing`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L42) or [`update_content`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L39) +- **Leverage the provider *HrFlow.ai's* Job and Profile Warehouse** with a many available options like [`hydrate_with_parsing`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L42) or [`update_content`](src/hrflow_connectors/connectors/hrflow/warehouse.py#L39) ## ❓ How to use a connector ?