From fd07257f14c3104ad3c661132fb4003c4bfa2e80 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 8 Apr 2020 15:36:41 +0200 Subject: [PATCH 1/6] Added partyRole extension https://github.com/open-contracting-extensions/european-union/issues/65 --- codelists/partyRole.csv | 6 ++++++ extension.json | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 codelists/partyRole.csv diff --git a/codelists/partyRole.csv b/codelists/partyRole.csv new file mode 100644 index 0000000..292bcf6 --- /dev/null +++ b/codelists/partyRole.csv @@ -0,0 +1,6 @@ +Code,Title,Description +mediationBody,Mediation body,Body responsible for mediation procedures. +centralPurchasingBody,Central purchasing body,"Contracting authority providing centralized purchasing activities and, possibly, ancillary purchasing activities." +processContactPoint,Process contact point,Contact point dedicated to this contracting process. +reviewContactPoint,Review contact point,Service from which information about the review procedure may be obtained. +selectedParticipant,Selected participant,Party that has already been selected to participate to the design contest. diff --git a/extension.json b/extension.json index d3f25e6..3ca496a 100644 --- a/extension.json +++ b/extension.json @@ -13,5 +13,8 @@ ], "schemas": [ "release-schema.json" + ], + "codelists": [ + "partyRole.csv" ] } From 070d151b20fe19ca2373a84610406975f54c74ce Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 16 Apr 2020 10:48:38 +0200 Subject: [PATCH 2/6] Renamed codelist --- codelists/{partyRole.csv => +partyRole.csv} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename codelists/{partyRole.csv => +partyRole.csv} (100%) diff --git a/codelists/partyRole.csv b/codelists/+partyRole.csv similarity index 100% rename from codelists/partyRole.csv rename to codelists/+partyRole.csv From 63255fbf8b90c5e1b238ace334e32ce7553ebc5e Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 16 Apr 2020 10:57:30 +0200 Subject: [PATCH 3/6] Improved descriptions --- codelists/+partyRole.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codelists/+partyRole.csv b/codelists/+partyRole.csv index 292bcf6..6bc4237 100644 --- a/codelists/+partyRole.csv +++ b/codelists/+partyRole.csv @@ -1,6 +1,6 @@ Code,Title,Description mediationBody,Mediation body,Body responsible for mediation procedures. -centralPurchasingBody,Central purchasing body,"Contracting authority providing centralized purchasing activities and, possibly, ancillary purchasing activities." +centralPurchasingBody,Central purchasing body,"Procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities." processContactPoint,Process contact point,Contact point dedicated to this contracting process. -reviewContactPoint,Review contact point,Service from which information about the review procedure may be obtained. -selectedParticipant,Selected participant,Party that has already been selected to participate to the design contest. +reviewContactPoint,Review contact point,Service from which information about the review procedure can be obtained. +selectedParticipant,Selected participant,Party that has already been selected to participate in the design contest. From a66a9db29028d1c07988efc59f0927187feb5437 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 16 Apr 2020 13:32:21 +0200 Subject: [PATCH 4/6] Added articles --- codelists/+documentType.csv | 6 ++++++ codelists/+partyRole.csv | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 codelists/+documentType.csv diff --git a/codelists/+documentType.csv b/codelists/+documentType.csv new file mode 100644 index 0000000..6bc4237 --- /dev/null +++ b/codelists/+documentType.csv @@ -0,0 +1,6 @@ +Code,Title,Description +mediationBody,Mediation body,Body responsible for mediation procedures. +centralPurchasingBody,Central purchasing body,"Procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities." +processContactPoint,Process contact point,Contact point dedicated to this contracting process. +reviewContactPoint,Review contact point,Service from which information about the review procedure can be obtained. +selectedParticipant,Selected participant,Party that has already been selected to participate in the design contest. diff --git a/codelists/+partyRole.csv b/codelists/+partyRole.csv index 6bc4237..732f6c7 100644 --- a/codelists/+partyRole.csv +++ b/codelists/+partyRole.csv @@ -1,6 +1,6 @@ Code,Title,Description -mediationBody,Mediation body,Body responsible for mediation procedures. -centralPurchasingBody,Central purchasing body,"Procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities." -processContactPoint,Process contact point,Contact point dedicated to this contracting process. -reviewContactPoint,Review contact point,Service from which information about the review procedure can be obtained. -selectedParticipant,Selected participant,Party that has already been selected to participate in the design contest. +mediationBody,Mediation body,The body responsible for mediation procedures. +centralPurchasingBody,Central purchasing body,"The procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities." +processContactPoint,Process contact point,The contact point dedicated to this contracting process. +reviewContactPoint,Review contact point,The service from which information about the review procedure can be obtained. +selectedParticipant,Selected participant,The party that has already been selected to participate in the design contest. From eb485edf29fe2d352eeb7c4c2644467cf25a566b Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 16 Apr 2020 13:34:09 +0200 Subject: [PATCH 5/6] Changed codelist name in extension.json --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 3ca496a..6874988 100644 --- a/extension.json +++ b/extension.json @@ -15,6 +15,6 @@ "release-schema.json" ], "codelists": [ - "partyRole.csv" + "+partyRole.csv" ] } From d84f0c531e7f054645df404073781abf1e5c05d4 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 16 Apr 2020 13:37:02 +0200 Subject: [PATCH 6/6] Removed +documentType.csv wrong branch --- codelists/+documentType.csv | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 codelists/+documentType.csv diff --git a/codelists/+documentType.csv b/codelists/+documentType.csv deleted file mode 100644 index 6bc4237..0000000 --- a/codelists/+documentType.csv +++ /dev/null @@ -1,6 +0,0 @@ -Code,Title,Description -mediationBody,Mediation body,Body responsible for mediation procedures. -centralPurchasingBody,Central purchasing body,"Procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities." -processContactPoint,Process contact point,Contact point dedicated to this contracting process. -reviewContactPoint,Review contact point,Service from which information about the review procedure can be obtained. -selectedParticipant,Selected participant,Party that has already been selected to participate in the design contest.