Skip to content

Commit be1e15b

Browse files
authored
Merge pull request #1703 from open-contracting/new-mel-doc-1.2
Merge changes from 1.1-dev into 1.2-dev
2 parents 1b59759 + ea35f9a commit be1e15b

File tree

13 files changed

+63
-2076
lines changed

13 files changed

+63
-2076
lines changed

docs/examples/pre-qualification/multi-stage.csv

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/guidance/build/hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ In either case:
138138
* Use `limit=NUMBER`, to limit the number of results returned on each page.
139139
* Include the total number of results across all pages.
140140

141-
In addition to performance reasons, the seek method is preferred to the offset method when results are ordered in reverse chronology, because:
141+
In addition to performance reasons, the seek method is preferred to the offset method when results are ordered in reverse chronology, because, with the offset method:
142142

143143
* A given page won't return the same results over time. `page=1` will return different results today, next week, and next year.
144144
* Users can receive duplicate results while paginating. For example, if a new release is published to page 1 while users are paginating, then the result at the bottom of each page will be moved to the top of the following page.

docs/guidance/map/framework_agreements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The National Procurement Agency in Chile (Chile Compra) wants to establish a fra
225225

226226
#### Invitation to participate in the first stage of a framework agreement procedure
227227

228-
Chile Compra publishes a tender notice inviting suppliers to participate in the framework agreement. The tender notice specifies that multiple suppliers can join the framework agreement. The framework agreement is open, since all the framework agreements in Chile involve the setting up of a dynamic purchasing system. The framework agreement is for multiple buyers, since the tender notice specifies two contracting authorities. The tender notice describes two lots.
228+
Chile Compra publishes a tender notice inviting suppliers to participate in the framework agreement. The tender notice specifies that multiple suppliers can join the framework agreement. The framework agreement is open, since all the framework agreements in Chile involve the setting up of a dynamic purchasing system. The framework agreement is for multiple buyers, since the tender notice specifies two buyers. The tender notice describes two lots.
229229

230230
The notice is modelled as an OCDS release with a `tag` of 'tender' and the following properties:
231231

docs/guidance/map/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can use the [field-level mapping template](https://www.open-contracting.org/
2020

2121
To localize a field title or description, edit the values columns C or D. We recommend that you keep the original title or description in brackets after your localized version. For example:
2222

23-
```{csv-table}
23+
```{csv-table-no-translate}
2424
:header-rows: 1
2525
:file: ../../examples/language_localization/localization.csv
2626
```

docs/guidance/map/pre-qualification.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,23 @@ In single-stage procedures, buyers or procuring entities invite potential suppli
88

99
But, many jurisdictions also use multi-stage procedures. Such procedures follow a process like:
1010

11-
```{csv-table}
12-
:header-rows: 1
13-
:file: ../../examples/pre-qualification/multi-stage.csv
11+
````{grid} 1 2 2 2
12+
:gutter: 2
13+
14+
```{grid-item-card} First stage
15+
* The buyer or procuring entity issues an invitation to participate in the process
16+
* Potential suppliers submit expressions of interest
17+
* The buyer or procuring entity assesses the expressions of interest
18+
* The buyer or procuring entity establishes a list of qualified or selected potential suppliers
19+
```
20+
21+
```{grid-item-card} Second stage
22+
* The buyer or procuring entity issues an invitation to bid to the potential suppliers on the list
23+
* Potential suppliers submit bids
24+
* The buyer or procuring entity evaluates the bids
25+
* The buyer or procuring entity awards a contract to the supplier(s)
1426
```
27+
````
1528

1629
This worked example describes 3 types of multi-stage procedure and explains how to model them in OCDS.
1730

docs/guidance/publish/quality.md

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ Understanding all of the challenges above, we understand that increasing the tra
3131
All OCDS publications ought to meet the following criteria:
3232

3333
1. **Registered**: The data uses a [registered OCID prefix](../../schema/identifiers.md#open-contracting-process-identifier-ocid).
34+
1. **Reviewable**: The [OCDS Data Review Tool](https://review.standard.open-contracting.org/) can report results for the data.
35+
1. **Appropriate**: The data is in semantic accordance with OCDS. Additional fields and codes do not overlap semantically with standardized fields and codes.
36+
1. **Relevant**: The data answers "who bought what from whom, for how much, when, and how" for at least one contracting process.
3437
1. **Discoverable**: It is possible to discover the data by navigating a website whose homepage is indexed by popular web search engines.
35-
1. **Retrievable**: It is possible to automate the download of all the data, either using an HTML page listing bulk download URLs, or using only machine-readable data as input.
36-
1. **Reviewable**: The [OCDS Data Review Tool](https://review.standard.open-contracting.org/) is able to report results on the data.
37-
1. **Appropriate**: Concepts are published in semantic accordance with the rules of the OCDS (or registered extensions) rather than using a non-OCDS field or code.
38-
1. **Active**: For each publisher, there is an OCDS release with a top-level `date` field value within the last 12 months.
39-
1. **Parity**: For each publisher, for the _time period_ and _contracting authorities_ covered by the data, there isn't another dataset by the same publisher that covers more than 25% more contracting (or planning) processes.
38+
1. **Representative**: The data describes all contracting (or planning) processes within a relevant population. For example: all contracts for a public-private partnership; all above-threshold contracts since 2020 excluding those by state-owned enterprises, etc.
39+
1. **Active**: The data contains a contracting (or planning) process release with a top-level `date` value within the previous four calendar quarters.
40+
1. **Retrievable**: It is possible for software to download the data in full, either by using an HTML page listing bulk download URLs, or by using machine-readable data as the only input.
4041

4142
The Data Support Team is happy to review draft and newly published OCDS data and can work with publishers with advice to meet the above criteria. A publication that does not meet this minimum threshold will not be listed as a publisher by OCP as part of [OCP's regular reporting](https://www.open-contracting.org/why-open-contracting/learning/).
4243

@@ -48,30 +49,41 @@ From the minimum threshold above, we want to support publishers to continue to i
4849

4950
Improvement on the below indicators demonstrate that the published information is becoming more complete about the contracting (or planning) processes within the publisher's jurisdiction.
5051

51-
1. Publish subsequent releases per OCID to show how the contracting (or planning) process is progressing over time
52-
1. Increase the publication of historical information (based on a minimal set of date fields that appear across all sources, e.g. `tender.tenderPeriod`, `awards.date`, and `contracts.dateSigned`)
53-
1. Increase the average coverage of fields per compiled release, for example either new fields not previously published in any release, or an increase in the use of a field across releases (e.g. very little data was published about direct awards and now more is being published about direct awards)
54-
1. Increase the number of contracting authorities covered in the publication
55-
1. Increase the number of concepts covered relative to non-OCDS data
52+
1. Increase the number of indicators covered (volume)
53+
1. Increase the average number of fields covered per contracting (or planning) process (density)
54+
1. Increase the number of buyers covered ("who")
55+
1. Increase the number of methods covered ("how")
56+
1. Increase the temporal coverage into the past ("when")
5657

57-
### Correctness
58-
59-
Improvement on the below indicators demonstrates that the concepts are being published more correctly, improving usability.
58+
### Timeliness
6059

61-
1. Decrease the types and number of structural errors reported by the OCDS Data Review Tool, e.g. moving from 20 types of errors, each occurring more than 100,000 times, to 10 types of errors, each occurring less than 100 times
62-
1. Decrease the average number of structural errors per release
63-
1. Decrease the number of instances in which a concept is not published in conformance with OCDS semantics
64-
1. Decrease the number of types of quality warnings using OCDS Pelican
65-
1. Decrease the average number of quality warnings per release using OCDS Pelican
60+
1. Publish multiple updates per contracting process
61+
1. Decrease the delay between the information's creation and publication
6662

67-
### Access
63+
### Accessibility
6864

6965
Improvements on the below indicators demonstrate that it is becoming easier for users to access the published information.
7066

71-
1. Publish record packages containing compiled releases
72-
1. Decrease the number of HTTP errors
67+
1. Publish a user guide or publication policy that describes the scope, at minimum
68+
1. Publish API documentation that describes the endpoints and parameters, at minimum
7369
1. Increase the number of access methods (API endpoints, bulk downloads)
74-
1. Decrease the number of license restrictions
70+
1. Increase the number of data formats (JSON, Excel, CSV)
71+
1. Facilitate indirect data use (e.g. search, dashboards, etc.)
72+
73+
### Retrievability and legal
74+
75+
1. Decrease the number of HTTP errors
76+
1. Use a data license that conforms to the [Open Definition](https://opendefinition.org)
77+
78+
### Correctness
79+
80+
Improvement on the below indicators demonstrates that the concepts are being published more correctly, improving usability.
81+
82+
1. Decrease the number of types of structural errors
83+
1. Decrease the average number of structural errors per contracting (or planning) process
84+
1. Decrease the number of [conformance](../../schema/conformance_and_extensions) issues
85+
1. Decrease the number of types of quality warnings
86+
1. Decrease the average number of quality warnings per contracting (or planning) process
7587

7688
As publishers improve, the Data Support Team can work with them to identify how they can improve on the above criteria. OCP will note whether a publisher has improved in [OCP's regular reporting](https://www.open-contracting.org/why-open-contracting/learning/).
7789

docs/history/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Per the [normative and non-normative content and changes policy](../governance/n
5050
* [#1494](https://github.com/open-contracting/standard/pull/1497) Add guidance on preparing test data to Check your data section.
5151
* Publish:
5252
* Merge Publication policy and Licensing pages into Publish page [#986](https://github.com/open-contracting/standard/pull/986) [#1012](https://github.com/open-contracting/standard/pull/1012).
53-
* Replace guidance on publication levels [#980](https://github.com/open-contracting/standard/pull/980) [#1013](https://github.com/open-contracting/standard/pull/1013) [#1045](https://github.com/open-contracting/standard/pull/1045).
53+
* Replace publication levels guidance with data quality guidance [#980](https://github.com/open-contracting/standard/pull/980) [#1013](https://github.com/open-contracting/standard/pull/1013).
54+
* Update data quality guidance to match [OCP Strategy 2024-2030](https://www.open-contracting.org/strategy-2024-2030/) [#1045](https://github.com/open-contracting/standard/pull/1045) [#1697](https://github.com/open-contracting/standard/pull/1697).
5455
* [#1427](https://github.com/open-contracting/standard/pull/1427) Add guidance about recommended extensions.
5556
* Various minor improvements [#1051](https://github.com/open-contracting/standard/pull/1051) [#1080](https://github.com/open-contracting/standard/pull/1080) [#1083](https://github.com/open-contracting/standard/pull/1083) [#1085](https://github.com/open-contracting/standard/pull/1085) [#1091](https://github.com/open-contracting/standard/pull/1091) [#1130](https://github.com/open-contracting/standard/pull/1130) [#1227](https://github.com/open-contracting/standard/pull/1227) [#1299](https://github.com/open-contracting/standard/pull/1299) [#1337](https://github.com/open-contracting/standard/pull/1337) [#1384](https://github.com/open-contracting/standard/pull/1384).
5657

docs/locale/es/LC_MESSAGES/guidance/map/framework_agreements.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ msgid ""
943943
"The framework agreement is open, since all the framework agreements in Chile"
944944
" involve the setting up of a dynamic purchasing system. The framework "
945945
"agreement is for multiple buyers, since the tender notice specifies two "
946-
"contracting authorities."
946+
"buyers."
947947
msgstr ""
948948
"Chile Compra publica un [aviso de "
949949
"licitación](https://www.mercadopublico.cl/Procurement/Modules/RFB/DetailsAcquisition.aspx?qs=TLr0Si6+0YXBLbyobaRgPQ==)"

0 commit comments

Comments
 (0)