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

tenderStatus, awardStatus contractStatus: update codes #1509

Merged
merged 37 commits into from
Oct 24, 2023

Conversation

JachymHercher
Copy link
Contributor

@JachymHercher JachymHercher commented May 13, 2022

@JachymHercher JachymHercher added the Codelist: Codes Relating to adding or deprecating codes in codelists label May 13, 2022
@JachymHercher JachymHercher added this to the 1.2.0 milestone May 13, 2022
@JachymHercher JachymHercher linked an issue May 16, 2022 that may be closed by this pull request
…es, with Deprecated and Deprecation note columns.
Copy link
Member

@jpmckinney jpmckinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned in a comment, we need a "Deprecation note" for the deprecated codes in the CSV files. We should repeat this note in the changelog (it can be abbreviated if needed).

schema/codelists/awardStatus.csv Show resolved Hide resolved
docs/history/changelog.md Outdated Show resolved Hide resolved
Code,Title,Description,Deprecated,Deprecation note
planning,Planning,"A future contracting process is being considered. Early information about the process can be provided in the tender section. A process with this status might provide information on early engagement or consultation opportunities, during which the details of a subsequent tender can be shaped.",1.2,
planned,Planned,"The contracting process is scheduled, but is not yet taking place. Details of the anticipated dates can be provided in the tender block.",,
active,Active,The procurement documents have been published and the bid submission deadline has not yet passed.,,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OCDS has been used for PPPs and can ostensibly be used for sale of state assets, etc. Is there another term we can use that works as well as "procurement documents"? If not, then we can keep it as-is, as OCDS is primarily about procurement.


Also, for 'planned' we end with "is not yet taking place", and for 'active' we start with "The procurement documents have been published".

I guess it's possible that a process is planned, but the documents are never published (maybe they plan to do a direct award?), such that we need a less specific event for the end of the 'planned' status.

Just flagging in case there's some way to improve here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could say "important documents (for example procurement documents)" or "contracting documents (for example procurement documents)". (We can also add other examples than procurement documents, I just don't know the terms :). ) Note that we use "procurement documetns" also in planning, Planning, tender and Tender, so we'd need to change them there.

Concerning the procurement documents, e.g. for a direct award, you are right. In the stage definitions, it's supposed to fall under the looseness of "This information typically concerns...". However, in the status codes, this flexibility is no longer there. I guess we could replace "procurement documents are published" everywhere (i.e codes and Tender etc.) with "procurement documents are available to potential suppliers"?

(Not "potential tenderers", even though we could - see #1398 (comment) - just not to introduce expressions we don't need and OCDS currently doesn't use?)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "contracting documents (for example, procurement documents)" is fine, and can be changed in all necessary locations. (It seems some governments even use the term "procurement contracting documents".)

Yes, let's go with "The contracting documents are available to potential suppliers."

Does this mean 'planned' will change to "... but the contracting documents are not yet available to potential suppliers." ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in the last few commits. (I left "procurement documents" in som examples or exampe-like guidance. I did not do a massive review of all the uses of "publish".)

schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/awardStatus.csv Outdated Show resolved Hide resolved
schema/codelists/awardStatus.csv Outdated Show resolved Hide resolved
schema/codelists/awardStatus.csv Outdated Show resolved Hide resolved
schema/codelists/awardStatus.csv Outdated Show resolved Hide resolved
active,Active,The procurement documents have been published and the bid submission deadline has not yet passed.,,
complete,Complete,The bid submission deadline has passed.,,
cancelled,Cancelled,"The contracting process has been cancelled by the buyer or the procuring entity (e.g. because of a change in needs, insufficient funds, or technical or procedural errors) after the procurement documents have been published, but not later than the bid submission deadline.",,
unsuccessful,Unsuccessful,"The contracting process failed after the procurement documents have been published, but not later than the bid submission deadline (e.g. no bids were received, all bids were withdrawn by the bidders, all bids were rejected by the buyer or the procuring entity).",,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unlike all the others, here the parenthetical is at the end. Can we move it, for easier comparison by a reader looking to distinguish the two options?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 8aee474. (The sentence before the parentheses is "The contracting process failed." is extremely broad, which is why I originally put the parentheses at the end, but you have large breadth also in the other stages, so it probably isn't a good reason.)

JachymHercher and others added 19 commits May 23, 2022 14:18
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com>
@jpmckinney jpmckinney added this to In progress in OCDS 1.2 via automation Jan 11, 2023
@jpmckinney jpmckinney force-pushed the 1160-update-status-codelists branch 2 times, most recently from a7e12a5 to aa5c706 Compare June 20, 2023 02:00
@duncandewhurst
Copy link
Contributor

@jpmckinney based on #1160 (comment), I think that the next step for this PR is for you to review the changes since your last review and for me to address any feedback.

@jpmckinney
Copy link
Member

I've honestly lost track of the status of this PR. From your reading, does it resolve the part of #1160 that it intends to address?

I see that I made commits to make it mergeable. And I see that Jáchym had accepted my earlier suggestions, and then made other changes (I assume in response to other suggestions).

If that's all correct, then, yes, I should read it once more.

Copy link
Member

@jpmckinney jpmckinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides my suggestions, I think only the changelog needs to be updated.

Merging this PR does leave 1.2-dev in an unstable position (fields are deprecated, without their replacements being implemented).

That said, this PR is over a year old, so better to get this first set of changes committed.

docs/history/changelog.md Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/contractStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
@duncandewhurst
Copy link
Contributor

From your reading, does it resolve the part of #1160 that it intends to address?

It looks to address points 1 and 2 from #1160 (comment), plus a few other changes that I've listed in the changelog.

Copy link
Member

@jpmckinney jpmckinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed that the deprecation notices inconsistently use dot and slash notation. I think our style guide is to use dot notation here.

schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
Copy link
Member

@jpmckinney jpmckinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If all suggestions accepted, we can merge.

I mostly made deprecation notes more consistent.

schema/codelists/contractStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
schema/codelists/tenderStatus.csv Outdated Show resolved Hide resolved
duncandewhurst and others added 2 commits October 24, 2023 13:23
@duncandewhurst duncandewhurst merged commit 4d0105f into 1.2-dev Oct 24, 2023
10 checks passed
OCDS 1.2 automation moved this from In progress to Done Oct 24, 2023
@duncandewhurst duncandewhurst deleted the 1160-update-status-codelists branch October 24, 2023 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codelist: Codes Relating to adding or deprecating codes in codelists
Projects
OCDS 1.2
  
Done
Development

Successfully merging this pull request may close these issues.

Update all status codelists
3 participants