Skip to content

Commit

Permalink
feat: transformation aix en provence
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay committed Feb 1, 2024
1 parent 98ec102 commit a9520c8
Show file tree
Hide file tree
Showing 6 changed files with 822 additions and 634 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
publish-to-data-gouv:
strategy:
matrix:
source: [
source:
[
aidants-connect,
aix-en-provence,
angers,
bus-france-services-charente,
charente-maritime,
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:
res-in,
sarthe,
ultra-num
]
]
runs-on: ubuntu-latest
environment: production

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
name: Publish to data.gouv
strategy:
matrix:
source: [
source:
[
aidants-connect,
aix-en-provence,
angers,
bus-france-services-charente,
charente-maritime,
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
res-in,
sarthe,
ultra-num
]
]
runs-on: ubuntu-latest
environment: production

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
publish-to-data-gouv:
strategy:
matrix:
source: [
source:
[
aidants-connect,
aix-en-provence,
angers,
bus-france-services-charente,
charente-maritime,
Expand Down Expand Up @@ -84,7 +86,7 @@ jobs:
res-in,
sarthe,
ultra-num
]
]
runs-on: ubuntu-latest
environment: demo

Expand Down
180 changes: 180 additions & 0 deletions assets/input/aix-en-provence/aix-en-provence.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
{
"id": {
"colonne": "id"
},
"nom": {
"colonne": "nom"
},
"pivot": {
"colonne": "pivot"
},
"commune": {
"colonne": "commune"
},
"code_postal": {
"colonne": "code_postal"
},
"code_insee": {
"colonne": "code_insee"
},
"adresse": {
"colonne": "Adresse"
},
"complement_adresse": {
"colonne": "complement_adresse"
},
"latitude": {
"colonne": "latitude"
},
"longitude": {
"colonne": "longitude"
},
"telephone": {
"colonne": "telephone"
},
"courriel": {
"colonne": "courriel"
},
"site_web": {
"colonne": "site_web"
},
"date_maj": {
"colonne": "date_maj"
},
"structure_parente": {
"colonne": "structure_parente"
},
"presentation_resume": {
"colonne": "presentation_resume"
},
"presentation_detail": {
"colonne": "presentation_detail"
},
"source": {
"colonne": "source"
},
"typologie": [
{
"colonnes": ["typologie"],
"termes": ["ASSO"],
"cible": "ASSO"
},
{
"colonnes": ["typologie"],
"termes": ["BIB"],
"cible": "BIB"
},
{
"colonnes": ["typologie"],
"termes": ["CAF"],
"cible": "CAF"
},
{
"colonnes": ["typologie"],
"termes": ["CCAS"],
"cible": "CCAS"
},
{
"colonnes": ["typologie"],
"termes": ["CS"],
"cible": "CS"
},
{
"colonnes": ["typologie"],
"termes": ["ML"],
"cible": "ML"
},
{
"colonnes": ["typologie"],
"termes": ["MUNI"],
"cible": "MUNI"
},
{
"colonnes": ["typologie"],
"termes": ["PAD"],
"cible": "PAD"
},
{
"colonnes": ["typologie"],
"termes": ["PE"],
"cible": "PE"
}
],
"labels_nationaux": [
{
"colonnes": ["labels_nationaux"],
"termes": ["CNFS"],
"cible": "CNFS"
},
{
"colonnes": ["labels_nationaux"],
"termes": ["France Services"],
"cible": "France Services"
},
{
"colonnes": ["labels_nationaux"],
"termes": ["Aidants Connect"],
"cible": "Aidants Connect"
}
],
"services": [
{
"colonnes": ["services"],
"termes": ["Accéder à du matériel"],
"cible": "Accéder à du matériel"
},
{
"colonnes": ["services"],
"termes": ["Accéder à une connexion internet"],
"cible": "Accéder à une connexion internet"
},
{
"colonnes": ["services"],
"termes": ["Favoriser mon insertion professionnelle"],
"cible": "Favoriser mon insertion professionnelle"
},
{
"colonnes": ["services"],
"termes": ["Devenir autonome dans les démarches administratives"],
"cible": "Devenir autonome dans les démarches administratives"
},
{
"colonnes": ["services"],
"termes": ["Réaliser des démarches administratives avec un accompagnement"],
"cible": "Réaliser des démarches administratives avec un accompagnement"
},
{
"colonnes": ["services"],
"termes": ["Prendre en main un smartphone ou une tablette"],
"cible": "Prendre en main un smartphone ou une tablette"
},
{
"colonnes": ["services"],
"termes": ["Prendre en main un ordinateur"],
"cible": "Prendre en main un ordinateur"
},
{
"colonnes": ["services"],
"termes": ["Utiliser le numérique au quotidien"],
"cible": "Utiliser le numérique au quotidien"
},
{
"colonnes": ["services"],
"termes": ["Approfondir ma culture numérique"],
"cible": "Approfondir ma culture numérique"
},
{
"colonnes": ["services"],
"termes": ["S'équiper en matériel informatique"],
"cible": "S'équiper en matériel informatique"
},
{
"colonnes": ["services"],
"termes": ["Soutenir la parentalité et l'éducation avec le numérique"],
"cible": "Soutenir la parentalité et l'éducation avec le numérique"
}
],
"horaires": {
"osm": "horaires"
}
}
Loading

0 comments on commit a9520c8

Please sign in to comment.