Skip to content

Commit

Permalink
feat: Ajout du label "France Travail"
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Jan 15, 2024
1 parent 7ec189d commit 6f83d27
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changements

## Version 0.13.0 - 2024-01-15

* Ajout du label national `france-travail`
* Le label `pole-emploi` reste disponible pour d'éventuelles questions de rétrocompatibilité.

## Version 0.12.0 - 2023-11-29

* [profils](https://www.data.inclusion.beta.gouv.fr/schemas-de-donnees-de-loffre/schema-des-structures-et-services-dinsertion/profils) :
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "data-inclusion-schema"
version = "0.12.0"
version = "0.13.0"
description = "Schéma de l'offre d'insertion"
authors = [{ name = "data.inclusion", email = "[email protected]" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion schemas.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Schéma des structures de l'insertion
description: Schéma des structures de l'insertion
homepage: https://github.com/betagouv/data-inclusion-schema
version: 0.12.0
version: 0.13.0

schemas:
-
Expand Down
5 changes: 5 additions & 0 deletions schemas/extra/labels-nationaux.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@
"label": "France service",
"description": null
},
{
"value": "france-travail",
"label": "France Travail",
"description": null
},
{
"value": "french-tech",
"label": "French Tech",
Expand Down
1 change: 1 addition & 0 deletions schemas/structures.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"force-femmes",
"france-active",
"france-service",
"france-travail",
"french-tech",
"geiq",
"grandes-ecoles-du-numerique",
Expand Down
5 changes: 5 additions & 0 deletions src/data_inclusion/schema/labels_nationaux.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ class LabelNational(EnhancedEnum):
"France service",
None,
)
FRANCE_TRAVAIL = (
"france-travail",
"France Travail",
None,
)
FRENCH_TECH = (
"french-tech",
"French Tech",
Expand Down

0 comments on commit 6f83d27

Please sign in to comment.