Skip to content

Commit

Permalink
feat: complete grand paris sud config file (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier authored Dec 12, 2024
1 parent 60b6136 commit 4a952e3
Showing 1 changed file with 41 additions and 15 deletions.
56 changes: 41 additions & 15 deletions assets/input/grand-paris-sud/grand-paris-sud.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"colonne": "complement_adresse"
},
"latitude": {
"colonne": "geopoint.lat"
"colonne": "latitude"
},
"longitude": {
"colonne": "geopoint.lon"
"colonne": "longitude"
},
"telephone": {
"colonne": "telephone"
Expand All @@ -50,25 +50,50 @@
"typologie": [
{
"colonnes": ["typologie"],
"termes": ["Associations"],
"termes": ["Associations", "associatif"],
"cible": "ASSO"
}
],
"frais_a_charge": [
},
{
"colonnes": ["typologie"],
"termes": ["Bibliothèque"],
"cible": "BIB"
},
{
"colonnes": ["typologie"],
"termes": ["CCAS"],
"cible": "CCAS"
},
{
"colonnes": ["typologie"],
"termes": ["Centre Social"],
"cible": "CS"
},
{
"colonnes": ["frais"],
"termes": ["gratuit"],
"cible": "Gratuit"
"colonnes": ["typologie"],
"termes": ["Mairie"],
"cible": "MUNI"
},
{
"colonnes": ["frais"],
"termes": ["gratuit-sous-conditions"],
"cible": "Gratuit sous condition"
"colonnes": ["typologie"],
"termes": ["Maison de quartier"],
"cible": "MQ"
},
{
"colonnes": ["frais"],
"termes": ["payant", "adhesion"],
"cible": "Payant"
"colonnes": ["typologie"],
"termes": ["MSAP"],
"cible": "MSAP"
}
],
"prise_en_charge_specifique": [
{
"colonnes": ["thematiques"],
"termes": ["Apprendre le français"],
"cible": "Langues étrangères (anglais)"
},
{
"colonnes": ["thematiques"],
"termes": ["Apprendre le français"],
"cible": "Langues étrangères (autres)"
}
],
"services": [
Expand Down Expand Up @@ -106,6 +131,7 @@
{
"colonnes": ["thematiques"],
"termes": [
"Apprendre le français /Accompagnement vers l’insertion professionnelle",
"Numérique /Favoriser mon insertion professionnelle",
"Numérique /Créer et développer mon entreprise"
],
Expand Down

0 comments on commit 4a952e3

Please sign in to comment.