Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

210 mapping updates #294

Merged
merged 12 commits into from
Mar 18, 2021
9 changes: 8 additions & 1 deletion docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
"transport",
"transport.road"
],
"additionalClassifications": [
{
"scheme": "COFOG",
"id": "04.5.1",
"description": "Road transport (CS)"
}
],
"type": "expansion",
"relatedProjects": [
{
Expand Down Expand Up @@ -574,7 +581,7 @@
},
{
"id": "a1b1c1-construction-completion",
"documentType": "comletionCertificate",
"documentType": "completionCertificate",
"title": "Completion certificate for construction at M75 J4-5 upgrade",
"description": "Completion certificate for the construction upgrading motorway M75 Junctions 4-5.",
"url": "https://example.com/Published/a1b1c1-construction-completion.html",
Expand Down
1 change: 1 addition & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Documentation

* [#210](https://github.com/open-contracting/infrastructure/issues/210) - update project identification mapping for sector.
* [#217](https://github.com/open-contracting/infrastructure/issues/217) - remove repeated 'OCDS:' in mapping documentation.
* [#268](https://github.com/open-contracting/infrastructure/issues/268), [#269](https://github.com/open-contracting/infrastructure/issues/269) replace 'finalAudit' with 'technicalAuditReport' and 'financialAuditReport' in mapping.

Expand Down
2 changes: 1 addition & 1 deletion mapping/project-level-identification.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CoST IDS element,CoST IDS draft definition,Mapping to OC for Infrastructure,Mapping from OCDS
Project owner,Name of the sponsoring Government department,Project Level: Add an entry to ``parties`` with 'publicAuthority' included in its ``.roles``,Check for parties with 'buyer' or 'publicAuthority' in ``.roles`` and infer from ``.name``
Sector,"Develop a list of sectors relevant to country e.g. housing, transport, energy, water etc.","Project Level: Publish in ``sector``, with any additional sectors in ``additionalClassifications``","Map from ``planning.project.sector`` (Budget and projects extension, PPP profile)"
Sector,"Develop a list of sectors relevant to country e.g. housing, transport, energy, water etc.",Project Level: Map to the projectSector codelist and publish one or more values in ``sector``. Publish any additional sector classifications from local or other global codelists in ``additionalClassifications``.,"Map from ``planning.project.sector`` (Budget and projects extension, PPP profile)"
Subsector,"Develop a subset for each sector e.g. Transport could be subdivided into national highway, local road, railway, port, airport etc.",Project Level: Publish in ``additionalClassifications``,"Copy from ``planning.project.additionalClassifications`` (Budget and projects extension, PPP profile)"
Project name,Specify the project name,Project Level: Publish in ``title``,"Copy from ``planning.project.title`` (Budget and projects extension, PPP profile); if not available, infer from ``tender.title``"
Project Location,Briefly specify location of the project,"Project Level: Publish using the ``locations`` fields as an address, geometry (point/line/polygon) or gazetteer entry","Copy from ``planning.project.locations`` (Budget and projects extension, PPP profile); if not available, infer from ``tender.items.deliveryLocation`` or ``tender.items.deliveryAddress`` (Location extension)"
Expand Down