This repository contains data and metadata for services used by the IO app.
- Install
node
- Run
npm install -g yarn
- Run
yarn install
- Create a git branch
- Update
services.yml
- Run
yarn generate:definitions
- Run
yarn update_services
- Commit, push and create a Pull Request
- Create a git branch
- Run
yarn generate:definitions
- Run
yarn update_municipalities
- Commit, push and create a Pull Request
It could happen some municipalities are missing. For those cases simply add the json files in the relative folder ex: a municipality with codice catastale code
C234
:
- create a json file
C234.json
- add it inside
municipalities/C/2
- run
yarn update_municipalites
to execute an healty check on the added data
- Create a git branch
- Manually update or create new public services data (
services-data
) - Manually update services description of all visible services
- Commit, push and create a Pull Request