Skip to content

Commit

Permalink
feat: la creuse config transformation (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay authored Mar 20, 2023
1 parent c5ab4c9 commit 7b3666d
Show file tree
Hide file tree
Showing 6 changed files with 1,331 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
loire-atlantique,
rhin-occ,
res-in,
les-landes
les-landes,
la-creuse
]
runs-on: ubuntu-latest
environment: production
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
loire-atlantique,
rhin-occ,
res-in,
les-landes
les-landes,
la-creuse
]
runs-on: ubuntu-latest
environment: production
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
loire-atlantique,
rhin-occ,
res-in,
les-landes
les-landes,
la-creuse
]
runs-on: ubuntu-latest
environment: demo
Expand Down
47 changes: 47 additions & 0 deletions assets/input/la-creuse/la-creuse.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"id": {
"colonne": "id"
},
"nom": {
"colonne": "nom"
},
"code_postal": {
"colonne": "code_postal"
},
"commune": {
"colonne": "commune"
},
"adresse": {
"colonne": "adresse"
},
"latitude": {
"colonne": "latitude"
},
"longitude": {
"colonne": "longitude"
},
"telephone": {
"colonne": "téléphone"
},
"presentation_detail": {
"colonne": "description"
},
"date_maj": {
"colonne": ""
},
"modalites_accompagnement": [
{
"colonnes": ["modalites_accompagnement"],
"cible": "Dans un atelier : j'apprends collectivement à utiliser le numérique"
}
],
"services": [
{
"colonnes": ["services"],
"cible": "Utiliser le numérique au quotidien"
}
],
"horaires": {
"semaine": "horaires"
}
}
Loading

0 comments on commit 7b3666d

Please sign in to comment.