https://github.com/devgateway/ocds_workdetails_extension
https://github.com/devgateway/ocds_workdetails_extension
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devgateway/ocds_workdetails_extension
- Owner: devgateway
- License: apache-2.0
- Created: 2019-04-26T13:00:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T17:58:06.000Z (almost 7 years ago)
- Last Synced: 2025-07-23T13:00:09.082Z (7 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Work Details
We need a local extension for Direccion Nacional de Vialidad Argentina (DNV) in which we can define specific information about the contracting process such as:
* Global status
* Type of management
This extension will allow DNV to show more precise information about the general process, and is needed since it can not be inferred from the OCDS fields. By incorporating global status and type of management, DNV will bring users the possibility to use it as filters.
## Worked example
The "Work Details" extension will be a general field, which mean that will be at the same level as buyer or planning
```json
{
"workDetails": {
"status": {
"id" : "2",
"description" : "Finalizada"
},
"type": {
"id" : "5",
"description" : "Mantenimiento"
}
}
}
```