Skip to content

Commit

Permalink
Merge branch '1.2-dev' into 1695-classification-codelist-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 10, 2024
2 parents 6c42205 + be1e15b commit 8cbc85c
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 2,079 deletions.
Binary file removed docs/_static/png/framework_agreement/model.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_static/svg/framework_agreement_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions docs/examples/pre-qualification/multi-stage.csv

This file was deleted.

2 changes: 1 addition & 1 deletion docs/guidance/build/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ In either case:
* Use `limit=NUMBER`, to limit the number of results returned on each page.
* Include the total number of results across all pages.

In addition to performance reasons, the seek method is preferred to the offset method when results are ordered in reverse chronology, because:
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:

* A given page won't return the same results over time. `page=1` will return different results today, next week, and next year.
* 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.
Expand Down
6 changes: 3 additions & 3 deletions docs/guidance/map/framework_agreements.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ OCDS models the first and second stages of framework agreement procedures as sep
The 'framework' code is only used to relate second-stage contracting processes to their first-stage contracting process, never to other second-stage contracting processes.
```

The following diagram shows how OCDS models a framework agreement procedure with two second stages: one with competition and one without competition. Grey blocks represent unused sections of the OCDS schema.
The following diagram shows how OCDS models a framework agreement procedure with two second stages: one with competition and one without competition.

![OCDS framework agreement model](../../_static/png/framework_agreement/model.png)
![OCDS framework agreement model](../../_static/svg/framework_agreement_diagram.svg)

### Extensions

Expand Down Expand Up @@ -225,7 +225,7 @@ The National Procurement Agency in Chile (Chile Compra) wants to establish a fra

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

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/guidance/map/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can use the [field-level mapping template](https://www.open-contracting.org/

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:

```{csv-table}
```{csv-table-no-translate}
:header-rows: 1
:file: ../../examples/language_localization/localization.csv
```
Expand Down
19 changes: 16 additions & 3 deletions docs/guidance/map/pre-qualification.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,23 @@ In single-stage procedures, buyers or procuring entities invite potential suppli

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

```{csv-table}
:header-rows: 1
:file: ../../examples/pre-qualification/multi-stage.csv
````{grid} 1 2 2 2
:gutter: 2
```{grid-item-card} First stage
* The buyer or procuring entity issues an invitation to participate in the process
* Potential suppliers submit expressions of interest
* The buyer or procuring entity assesses the expressions of interest
* The buyer or procuring entity establishes a list of qualified or selected potential suppliers
```
```{grid-item-card} Second stage
* The buyer or procuring entity issues an invitation to bid to the potential suppliers on the list
* Potential suppliers submit bids
* The buyer or procuring entity evaluates the bids
* The buyer or procuring entity awards a contract to the supplier(s)
```
````

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

Expand Down
56 changes: 34 additions & 22 deletions docs/guidance/publish/quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ Understanding all of the challenges above, we understand that increasing the tra
All OCDS publications ought to meet the following criteria:

1. **Registered**: The data uses a [registered OCID prefix](../../schema/identifiers.md#open-contracting-process-identifier-ocid).
1. **Reviewable**: The [OCDS Data Review Tool](https://review.standard.open-contracting.org/) can report results for the data.
1. **Appropriate**: The data is in semantic accordance with OCDS. Additional fields and codes do not overlap semantically with standardized fields and codes.
1. **Relevant**: The data answers "who bought what from whom, for how much, when, and how" for at least one contracting process.
1. **Discoverable**: It is possible to discover the data by navigating a website whose homepage is indexed by popular web search engines.
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.
1. **Reviewable**: The [OCDS Data Review Tool](https://review.standard.open-contracting.org/) is able to report results on the data.
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.
1. **Active**: For each publisher, there is an OCDS release with a top-level `date` field value within the last 12 months.
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.
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.
1. **Active**: The data contains a contracting (or planning) process release with a top-level `date` value within the previous four calendar quarters.
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.

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/).

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

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.

1. Publish subsequent releases per OCID to show how the contracting (or planning) process is progressing over time
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`)
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)
1. Increase the number of contracting authorities covered in the publication
1. Increase the number of concepts covered relative to non-OCDS data
1. Increase the number of indicators covered (volume)
1. Increase the average number of fields covered per contracting (or planning) process (density)
1. Increase the number of buyers covered ("who")
1. Increase the number of methods covered ("how")
1. Increase the temporal coverage into the past ("when")

### Correctness

Improvement on the below indicators demonstrates that the concepts are being published more correctly, improving usability.
### Timeliness

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
1. Decrease the average number of structural errors per release
1. Decrease the number of instances in which a concept is not published in conformance with OCDS semantics
1. Decrease the number of types of quality warnings using OCDS Pelican
1. Decrease the average number of quality warnings per release using OCDS Pelican
1. Publish multiple updates per contracting process
1. Decrease the delay between the information's creation and publication

### Access
### Accessibility

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

1. Publish record packages containing compiled releases
1. Decrease the number of HTTP errors
1. Publish a user guide or publication policy that describes the scope, at minimum
1. Publish API documentation that describes the endpoints and parameters, at minimum
1. Increase the number of access methods (API endpoints, bulk downloads)
1. Decrease the number of license restrictions
1. Increase the number of data formats (JSON, Excel, CSV)
1. Facilitate indirect data use (e.g. search, dashboards, etc.)

### Retrievability and legal

1. Decrease the number of HTTP errors
1. Use a data license that conforms to the [Open Definition](https://opendefinition.org)

### Correctness

Improvement on the below indicators demonstrates that the concepts are being published more correctly, improving usability.

1. Decrease the number of types of structural errors
1. Decrease the average number of structural errors per contracting (or planning) process
1. Decrease the number of [conformance](../../schema/conformance_and_extensions) issues
1. Decrease the number of types of quality warnings
1. Decrease the average number of quality warnings per contracting (or planning) process

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/).

Expand Down
5 changes: 3 additions & 2 deletions docs/history/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Per the [normative and non-normative content and changes policy](../governance/n
* Pre-qualification and pre-selection [#999](https://github.com/open-contracting/standard/pull/999) [#1345](https://github.com/open-contracting/standard/pull/1345)
* Unsuccessful processes [#1007](https://github.com/open-contracting/standard/pull/1007)
* Milestones [#1048](https://github.com/open-contracting/standard/pull/1048)
* Framework agreements [#1123](https://github.com/open-contracting/standard/pull/1123) [#1269](https://github.com/open-contracting/standard/pull/1269) [#1332](https://github.com/open-contracting/standard/pull/1332) [#1461](https://github.com/open-contracting/standard/pull/1461) [#1549](https://github.com/open-contracting/standard/pull/1549) [#1671](https://github.com/open-contracting/standard/pull/1671)
* Framework agreements [#1123](https://github.com/open-contracting/standard/pull/1123) [#1269](https://github.com/open-contracting/standard/pull/1269) [#1332](https://github.com/open-contracting/standard/pull/1332) [#1461](https://github.com/open-contracting/standard/pull/1461) [#1549](https://github.com/open-contracting/standard/pull/1549) [#1671](https://github.com/open-contracting/standard/pull/1671) [#1701](https://github.com/open-contracting/standard/pull/1701)
* Electronic catalogs [#1223](https://github.com/open-contracting/standard/pull/1223)
* Beneficial ownership information [#1305](https://github.com/open-contracting/standard/pull/1305)
* [#1414](https://github.com/open-contracting/standard/pull/1414) Rephrase planning stage to planning process in worked examples.
Expand All @@ -50,7 +50,8 @@ Per the [normative and non-normative content and changes policy](../governance/n
* [#1494](https://github.com/open-contracting/standard/pull/1497) Add guidance on preparing test data to Check your data section.
* Publish:
* 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).
* 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).
* 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).
* 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).
* [#1427](https://github.com/open-contracting/standard/pull/1427) Add guidance about recommended extensions.
* 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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ msgid ""
"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."
"buyers."
msgstr ""
"Chile Compra publica un [aviso de "
"licitación](https://www.mercadopublico.cl/Procurement/Modules/RFB/DetailsAcquisition.aspx?qs=TLr0Si6+0YXBLbyobaRgPQ==)"
Expand Down
Loading

0 comments on commit 8cbc85c

Please sign in to comment.