-
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
Make tender.selectionCriteria and tender.exclusionGround objects with .description fields #1607
Comments
Agree! |
Just tried adding a field to the @jpmckinney you've assigned yourself to this issue but I'm guessing it's not that high on your to do list? Can I create a PR to address it and so unblock open-contracting-extensions/ocds_selectionCriteria_extension#8 |
I forgot this issue existed 😅 I created open-contracting/ocds-extensions#221 about the conflict. I think you can just delete Tender.selectionCriteria from the extension, as it's only used by the old EU profile as suggested there. |
That said, feel free to also work on this issue – but if you want to unblock open-contracting-extensions/ocds_selectionCriteria_extension#8, changing the extension as suggested above is the quickest route. |
I'm assuming that's referring to the suggestion
so suggestion 3 in open-contracting/ocds-extensions#221? I'll move discussion of the options to open-contracting/ocds-extensions#221 but simply removing |
In OCDS 1.2, there’s a string
tender.selectionCriteria
field (previously discussed in #1120). For OCDS 1.1's EU profile, we created the selection criteria extension, which uses the same field name, but breaks it down into an object with a.description
field and a.criteria
array for structured data.Similarly, in OCDS 1.2, there's a string
tender.exclusionGrounds
field (previously discussed in #901). For OCDS 1.1's eForms profile, we need to create an extension for structured data on exclusion grounds.The proposal for this issue is to take the approach suggested in #901 (comment) of making both
tender.selectionCriteria
andtender.exclusionGround
objects with.description
fields. Extensions can then add other fields to the objects for structured data.The text was updated successfully, but these errors were encountered: