-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix procurementMethod explanation in framework worked example 1 #1673
Conversation
It seems like the linting is failing because it's trying to fetch https://raw.githubusercontent.com/open-contracting/standard/patch-1/schema/record-schema.json (which should perhaps be https://raw.githubusercontent.com/johansenja/standard/patch-1/schema/record-schema.json?) |
Thank you, @johansenja ! Indeed, that test wasn't configured for PRs outside the main organization. Fixed now. Which OCDS publication are you working on, by the way? |
The word was changed to selective in #1461, but the JSON was not updated to match. That PR fixes #1301, but this word change was not discussed there (at least not directly from my quick review). The preamble to the example has "The framework agreement is not open, since the tender notice does not specify that the procurement involves the setting up of a dynamic purchasing system." This was present since the first commit of this guidance, though the bullet was different:
The wording was changed in 058a9ea to:
I think it should be 'selective' – but we can maybe fix the bullet point for clarity. |
Ok, thanks! I've updated the json now and reverted the bullet point, though it feels to me like the bullet could still use a bit of clarification.
"Any supplier" gives me the notion that the submission process is completely free/open, whereas "selective" suggests a degree of choosiness which could prohibit certain suppliers from applying. Though I'm not sure if I'm well-versed enough in the differences between |
'selective' has a very specific meaning in procurement. The "request to participate" in the first step in a two-step process. In this first step, the buyer determines which suppliers are qualified and which are not. This step is "selection" or "qualification", in which "selection criteria" (and exclusion grounds) are used to determine which suppliers are qualified. In the second step, only qualified suppliers can bid. |
Ok thanks for the clarification, that's helpful. Do you think something like this captures the sense any better?
I'm trying to capture in equal measures the fact that the process is open to all suppliers, but the sense of where the "selection" comes in (through the buyer applying the selection criteria) - while not being too wordy. Happy to update the PR again if it's worth it! |
Noting that #1680 edits this page, so I'll review this PR after merging that other one. |
#1680 corrects the JSON to 'selective' and changes the wording to:
So, I think that will also resolve this PR. |
Currently in the framework documentation, the worked example 1 explanation lists the
procurementMethod
asselective
, but the example give actually lists theprocurementMethod
asopen
: