From c0a97905ed6ba028ae2f506ec0ba1ca4ab892288 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Mon, 8 Feb 2021 16:04:44 +0100 Subject: [PATCH 1/3] electronic goods => digital goods #828 --- schema/codelists/procurementCategory.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/codelists/procurementCategory.csv b/schema/codelists/procurementCategory.csv index 6c1ec5481..10910f7eb 100644 --- a/schema/codelists/procurementCategory.csv +++ b/schema/codelists/procurementCategory.csv @@ -1,4 +1,4 @@ Code,Title,Description -goods,Goods and supplies,The primary object of this contracting process involves physical or electronic goods or supplies. +goods,Goods and supplies,The primary object of this contracting process involves physical or digital goods or supplies. works,Works,"The primary object of this contracting process involves construction, repair, rehabilitation, demolition, restoration or maintenance of some asset or infrastructure." services,Services,"The primary object of this contracting process involves professional services of some form, generally contracted for on the basis of measurable outputs or deliverables." From 0ca77da2a222fa0a181d8f1da6c6cb178571d22d Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Mon, 8 Feb 2021 17:30:52 +0100 Subject: [PATCH 2/3] Updated changelog #828 --- docs/history/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/history/changelog.md b/docs/history/changelog.md index 72f727618..d1b0db49d 100644 --- a/docs/history/changelog.md +++ b/docs/history/changelog.md @@ -36,6 +36,7 @@ Per the [normative and non-normative content and changes policy](https://docs.go ### Codelists * [#1201](https://github.com/open-contracting/standard/pull/1201) Add 'terminatedEarly' and 'terminatedSuccessfully' codes to the `contractStatus` codelist, to distinguish between successful completion and early termination of the contract. +* [#1209](https://github.com/open-contracting/standard/pull/1209) Replace "electronic goods" with "digital goods" in the description of `goods` from the `procurementCategory` codelist, to prevent the confusion with electronic devices such as laptops. ### Schema From b5e51d40f436bab7ae049da069862c8673d5eb95 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 8 Feb 2021 14:09:12 -0500 Subject: [PATCH 3/3] changelog: Describe alignment with WTO GPA --- docs/history/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/history/changelog.md b/docs/history/changelog.md index d1b0db49d..369b6b843 100644 --- a/docs/history/changelog.md +++ b/docs/history/changelog.md @@ -36,7 +36,7 @@ Per the [normative and non-normative content and changes policy](https://docs.go ### Codelists * [#1201](https://github.com/open-contracting/standard/pull/1201) Add 'terminatedEarly' and 'terminatedSuccessfully' codes to the `contractStatus` codelist, to distinguish between successful completion and early termination of the contract. -* [#1209](https://github.com/open-contracting/standard/pull/1209) Replace "electronic goods" with "digital goods" in the description of `goods` from the `procurementCategory` codelist, to prevent the confusion with electronic devices such as laptops. +* [#1209](https://github.com/open-contracting/standard/pull/1209) Replace "electronic goods" with "digital goods" in the description of 'goods' from the `procurementCategory` codelist, to align with the description in the World Trade Organization's Agreement on Government Procurement, and to avoid confusion between electronic goods like computers and digital goods like software. ### Schema