ccs-digitalmarketplace-frameworks 3.12.24 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +7 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/associatedPersonAttachment4bURL.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/associatedPersonOrgName.yml +12 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/associatedPersonPpon.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/associatedPersonReliance.yml +13 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/associatedPersonShareCode.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqAssociatedPersonsDetails.yml +25 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqAssociatedPersonReliance.yml +7 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqAssociatedPersonsDetails.yml +8 -0
- package/package.json +1 -1
- package/schemas/questions.json +24 -0
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
questions:
|
|
30
30
|
- multiqKeySubcontractors
|
|
31
31
|
|
|
32
|
+
- name: Associated person reliance
|
|
33
|
+
slug: associated-person-reliance
|
|
34
|
+
editable: True
|
|
35
|
+
prefill: False
|
|
36
|
+
questions:
|
|
37
|
+
- multiqAssociatedPersonReliance
|
|
38
|
+
|
|
32
39
|
-
|
|
33
40
|
name: Visibility of third party agents or bid writers
|
|
34
41
|
slug: visibility-of-third-party-agents
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Attachment 4b
|
|
2
|
+
question: Please upload a completed Attachment 4b Self-declaration workbook which has been completed with all requested information for each assoctaed person.
|
|
3
|
+
question_advice: |
|
|
4
|
+
Link to bid pack on Find a tender service (available mid April)
|
|
5
|
+
|
|
6
|
+
hint: This file must be a Zip and have a maximum file size of 5MB
|
|
7
|
+
|
|
8
|
+
type: upload
|
|
9
|
+
|
|
10
|
+
file_settings:
|
|
11
|
+
name: attachment-4b-associated-persons-declaration
|
|
12
|
+
max_size: 5
|
|
13
|
+
file_type: zip
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: Select a file
|
|
18
|
+
- name: file_is_less_than_5mb
|
|
19
|
+
message: The file must be smaller than 5MB
|
|
20
|
+
- name: file_is_zip
|
|
21
|
+
message: The file must be in the zip format. Select a Zip (.zip) file
|
|
22
|
+
- name: file_can_be_saved
|
|
23
|
+
message: The selected file could not be uploaded - try again
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
name: Name
|
|
2
|
+
question: What is the associated person's organisations name if registered, please give the registered name
|
|
3
|
+
question_advice: >
|
|
4
|
+
If you are a relying on an associated person to satisfy conditions of participation in the procurement, the lead bidder must provide the details requested for each associated person.
|
|
5
|
+
The lead bidder must also ensure that each associated person registers on the Central Digital Platform, provides their share code and completes Attachment 4b Self-declaration workbook.
|
|
6
|
+
|
|
7
|
+
type: text
|
|
8
|
+
|
|
9
|
+
validations:
|
|
10
|
+
-
|
|
11
|
+
name: answer_required
|
|
12
|
+
message: You must enter the associated person's organisation name
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/associatedPersonPpon.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: PPON Ref
|
|
2
|
+
question: Please provide the associated persons 14 character public procurement organisation number (PPON)
|
|
3
|
+
question_advice: >
|
|
4
|
+
This can be found within the Central Digital Platform, in the section called 'My account'.
|
|
5
|
+
|
|
6
|
+
Select 'View' against your chosen organisation, to view your organisation's public procurement organisation number (PPON). This is the unique identifier for the organisation.
|
|
7
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/government/publications/procurement-act-2023-short-guides/contracting-authorities-an-overview-of-the-central-digital-platform-the-enhanced-find-a-tender-service-html">
|
|
8
|
+
More information (link open in a new window)
|
|
9
|
+
</a>
|
|
10
|
+
|
|
11
|
+
type: text
|
|
12
|
+
|
|
13
|
+
max_length_in_characters: 14
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
-
|
|
17
|
+
name: answer_required
|
|
18
|
+
message: You must enter the associated person's PPON
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: PPON must not exceed 14 characters
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Associated person reliance
|
|
2
|
+
question: Please confirm if you are relying on an associated person to satisfy conditions of participation in this procurement.
|
|
3
|
+
|
|
4
|
+
type: boolean
|
|
5
|
+
|
|
6
|
+
followup:
|
|
7
|
+
multiqAssociatedPersonsDetails:
|
|
8
|
+
- true
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: You must select an option
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Share code
|
|
2
|
+
question: Please enter the associated persons share code from the CDP supplier information section
|
|
3
|
+
hint: Example share code from CDP - FW8G8KhC
|
|
4
|
+
|
|
5
|
+
type: text
|
|
6
|
+
|
|
7
|
+
max_length_in_characters: 8
|
|
8
|
+
|
|
9
|
+
validations:
|
|
10
|
+
-
|
|
11
|
+
name: answer_required
|
|
12
|
+
message: You must enter the associated person's share code
|
|
13
|
+
- name: under_character_limit
|
|
14
|
+
message: Share code must not exceed 8 characters
|
|
15
|
+
- name: share_code_found
|
|
16
|
+
message: The PPON and Share code for the associated person is not correct, please check and re-enter
|
|
17
|
+
- name: ppon_found_in_cdp_data
|
|
18
|
+
message: The PPON and Share code for the associated person is not correct, please check and re-enter
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
id: associatedPersonsDetails
|
|
2
|
+
name: Associated person details
|
|
3
|
+
question: Add the details for each assosiated person
|
|
4
|
+
item_question: Associated person {index} details
|
|
5
|
+
number_of_items: 100
|
|
6
|
+
column_width: full
|
|
7
|
+
|
|
8
|
+
type: list_multiquestion
|
|
9
|
+
|
|
10
|
+
questions:
|
|
11
|
+
- associatedPersonOrgName
|
|
12
|
+
- associatedPersonPpon
|
|
13
|
+
- associatedPersonShareCode
|
|
14
|
+
- associatedPersonAttachment4bURL
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
-
|
|
18
|
+
name: answer_required
|
|
19
|
+
message: You must add the details for each associated person
|
|
20
|
+
-
|
|
21
|
+
name: not_unique
|
|
22
|
+
message: Each associated person be unique and have a unique public procurement organisation number (PPON)
|
|
23
|
+
-
|
|
24
|
+
name: max_items_limit
|
|
25
|
+
message: You can only add details for up to 100 associated persons
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.0",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|
package/schemas/questions.json
CHANGED
|
@@ -173,6 +173,8 @@
|
|
|
173
173
|
"not_unique",
|
|
174
174
|
"offshore_more_than_uk",
|
|
175
175
|
"over_10_words",
|
|
176
|
+
"share_code_found",
|
|
177
|
+
"ppon_found_in_cdp_data",
|
|
176
178
|
"under_10_words",
|
|
177
179
|
"under_20_words",
|
|
178
180
|
"under_30_words",
|
|
@@ -277,6 +279,28 @@
|
|
|
277
279
|
"hours_for_price": {"type": "string"}
|
|
278
280
|
}
|
|
279
281
|
},
|
|
282
|
+
"file_settings": {
|
|
283
|
+
"type": "object",
|
|
284
|
+
"additionalProperties": false,
|
|
285
|
+
"properties": {
|
|
286
|
+
"name": {
|
|
287
|
+
"type": "string"
|
|
288
|
+
},
|
|
289
|
+
"max_size": {
|
|
290
|
+
"type": "integer"
|
|
291
|
+
},
|
|
292
|
+
"file_type": {
|
|
293
|
+
"enum": [
|
|
294
|
+
"open_document",
|
|
295
|
+
"spreadsheet",
|
|
296
|
+
"pdf",
|
|
297
|
+
"csv",
|
|
298
|
+
"zip",
|
|
299
|
+
"image"
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
280
304
|
"decimal_place_restriction": {
|
|
281
305
|
"type": "boolean"
|
|
282
306
|
},
|