-
Notifications
You must be signed in to change notification settings - Fork 0
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
communication: Access to the procurement documents is restricted #178
Comments
ContextThere are three eForms business terms relevant to this issue.
*Context: Example<cac:CallForTendersDocumentReference>
<cbc:ID>20210521/CTFD/ENG/7654-02</cbc:ID>
<cbc:DocumentTypeCode listName="communication-justification">ipr-iss</cbc:DocumentTypeCode>
<cbc:DocumentType>restricted-document</cbc:DocumentType>
<cbc:LanguageID>ENG</cbc:LanguageID>
<cbc:DocumentStatusCode listName="linguistic-status">official</cbc:DocumentStatusCode>
<cac:Attachment>
<cac:ExternalReference>
<cbc:URI>https://mywebsite.com/proc/2019024/accessinfo</cbc:URI>
</cac:ExternalReference>
</cac:Attachment>
</cac:CallForTendersDocumentReference> ModellingIn keeping with the mapping of BT-15 (Documents URL), BT-708 (Documents Official Language) and BT-737 Documents Unofficial Language, which all map to
Example{
"tender": {
"documents": [
{
"id": "20210521/CTFD/ENG/7654-02",
"documentType": "biddingDocuments",
"accessDetails": "Restricted. Intellectual property right issues",
"accessDetailsURL": "https://mywebsite.com/proc/2019024/accessinfo",
"relatedLots": ["LOT-0001"]
}
]
}
} The semantics of @jpmckinney it sounds like you were thinking of a different approach (adding fields to the communications extension) - happy to hear your suggestions. |
I think the communications extension idea was for the old TED schema - which didn't describe individual documents. But we don't need to solve that here, as no one is implementing that anymore. Mapping looks good. I think we don't re-use If we were to design from scratch, we might have done |
These mappings have now been updated in guidance.yaml. @duncandewhurst I've added the new field to the eforms additional fields mapping spreadsheet but I'm not sure how to get it to show up in the "Summary by extension" sheet? |
Thanks! The range of the pivot table needed updating. That's done now and done in such a way that any future additions will appear automatically. |
closing this now as all that's left is the extension update tracked elsewhere |
In the EU profile, we modelled this as:
In other words, as a participation fee without further details.
However, the restriction might not involved a fee; it might require a login (viz.
atypicalToolUrl
in the extension), or the buyer or procuring entity might only send the documents to qualified suppliers (see open-contracting/standard#1469).So, we should consider a different model, which likely requires a new field in the communication extension.
The text was updated successfully, but these errors were encountered: