Skip to content

Commit

Permalink
feat: aidants connect geocode by api (#161)
Browse files Browse the repository at this point in the history
* feat: aidants connect geocode by api

* fix: forgot to reasign

* fix: paginate aidants connect api results

---------

Co-authored-by: Marc Gavanier <marc.gavanier@gmail.com>
  • Loading branch information
abelkhay and marc-gavanier authored Jan 18, 2024
1 parent 5b30c79 commit dd19e7a
Show file tree
Hide file tree
Showing 17 changed files with 200 additions and 173,849 deletions.
30 changes: 10 additions & 20 deletions assets/input/aidants-connect/aidants-connect.config.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
{
"id": {
"colonne": "ID"
"colonne": "id"
},
"nom": {
"colonne": "Name"
"colonne": "nom"
},
"pivot": {
"colonne": "Siret"
"colonne": "pivot"
},
"code_postal": {
"colonne": "Zip Code"
"colonne": "code_postal"
},
"code_insee": {
"colonne": "code_insee"
},
"commune": {
"colonne": "result_city"
"colonne": "commune"
},
"adresse": {
"colonne": "Address"
},
"latitude": {
"colonne": "latitude"
},
"longitude": {
"colonne": "longitude"
"colonne": "adresse"
},
"date_maj": {
"valeur": "2023-04-01"
"valeur": "date_de_modification"
},
"labels_nationaux": [
{
Expand All @@ -37,13 +34,6 @@
}
],
"services": [
{
"cible": "Accompagner les démarches de santé"
},

{
"cible": "Devenir autonome dans les démarches administratives"
},
{
"cible": "Réaliser des démarches administratives avec un accompagnement"
}
Expand Down
Loading

0 comments on commit dd19e7a

Please sign in to comment.