https://github.com/devgateway/ocds_progress_extension
https://github.com/devgateway/ocds_progress_extension
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devgateway/ocds_progress_extension
- Owner: devgateway
- License: apache-2.0
- Created: 2019-05-13T13:02:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T16:38:04.000Z (almost 7 years ago)
- Last Synced: 2025-09-29T07:51:35.785Z (6 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Progress
We need a local extension for Direccion Nacional de Vialidad Argentina (DNV) in which we can define the information about the progress of a contracting process:
* Progress
This extension will allow DNV to show more precise information about the progress been made during the contracting implementation.
## Worked example
The "progress" extension will be an object inside contracts, which mean that will be at the same level as amendments
```json
{
"progress" : [
{
"advancePercentage" : 54.3,
"investmentValue" : {
"value" : {
"amount" : 543000,
"currency" : "ARS"
}
},
"actualValue" : {
"value" : {
"amount" : 1000000,
"currency" : "ARS"
}
}
}
]
}
```