ccs-digitalmarketplace-frameworks 3.12.14 → 3.12.15
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/keySubcontractorAddressBuildingAndStreet.yml +16 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressCountry.yml +11 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressPostcode.yml +14 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressTownOrCity.yml +12 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorContactPhoneNumber.yml +11 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorDunsNumber.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorName.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorPercentageObligations.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorRegistrationNumber.yml +5 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorReliedUpon.yml +11 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorRole.yml +16 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorSME.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorTradingStatus.yml +30 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorTradingStatusOther.yml +9 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorVATNumber.yml +8 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractors.yml +21 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorsDetailsAttachment4bURL.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqKeySubcontractorsDetails.yml +39 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqKeySubcontractors.yml +7 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqKeySubcontractorsDetails.yml +9 -0
- package/package.json +1 -1
- package/schema_generator/validation.py +1 -0
- package/schemas/questions.json +16 -3
|
@@ -14,6 +14,13 @@
|
|
|
14
14
|
questions:
|
|
15
15
|
- multiqUltimateParentCompany
|
|
16
16
|
|
|
17
|
+
- name: Key subcontractors
|
|
18
|
+
slug: key-subcontractors
|
|
19
|
+
editable: True
|
|
20
|
+
prefill: False
|
|
21
|
+
questions:
|
|
22
|
+
- multiqKeySubcontractors
|
|
23
|
+
|
|
17
24
|
-
|
|
18
25
|
name: Visibility of third party agents or bid writers
|
|
19
26
|
slug: visibility-of-third-party-agents
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: Registered or head office address - Building and street
|
|
2
|
+
question: |
|
|
3
|
+
<p class="govuk-label--m">
|
|
4
|
+
Registered or head office address
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p class="govuk-label--m">
|
|
8
|
+
Building and street
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
type: text
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
-
|
|
15
|
+
name: answer_required
|
|
16
|
+
message: You must enter the building and street
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: Postcode
|
|
2
|
+
question: |
|
|
3
|
+
<p class="govuk-label--m">
|
|
4
|
+
Postcode
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
type: text
|
|
8
|
+
max_length_in_characters: 15
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
- name: answer_required
|
|
12
|
+
message: You must enter the postcode
|
|
13
|
+
- name: under_character_limit
|
|
14
|
+
message: Postcode must be 15 characters or fewer
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
name: Contact phone number
|
|
2
|
+
question: Contact phone number
|
|
3
|
+
|
|
4
|
+
type: text
|
|
5
|
+
max_length_in_characters: 15
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
- name: answer_required
|
|
9
|
+
message: You must enter the contact phone number
|
|
10
|
+
- name: under_character_limit
|
|
11
|
+
message: The contact phone number must be no more than 15 characters
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Percentage of contractual obligations
|
|
2
|
+
question: What is the approximate percentage of contractual obligations assigned to the subcontractor
|
|
3
|
+
|
|
4
|
+
hint: Enter a percentage 0 to 100 using numbers only
|
|
5
|
+
|
|
6
|
+
type: number
|
|
7
|
+
unit: "%"
|
|
8
|
+
unit_in_full: "percent"
|
|
9
|
+
unit_position: "after"
|
|
10
|
+
limits:
|
|
11
|
+
min_value: 1
|
|
12
|
+
max_value: 100
|
|
13
|
+
integer_only: true
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: You must enter the subcontractors percentage of obligations
|
|
18
|
+
- name: not_a_number
|
|
19
|
+
message: The percentage must be whole number between 1 and 100
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
name: Relied upon to meet the selection criteria
|
|
2
|
+
question: Is the subcontractor being relied upon to meet the selection criteria?
|
|
3
|
+
|
|
4
|
+
hint: Are you relying on the subcontractor for economic and technical standing and/or technical and professional ability?
|
|
5
|
+
|
|
6
|
+
type: boolean
|
|
7
|
+
|
|
8
|
+
validations:
|
|
9
|
+
-
|
|
10
|
+
name: answer_required
|
|
11
|
+
message: You must select an answer
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorRole.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: Key subcontractor role
|
|
2
|
+
question: What is the role the subcontractor will take in providing the works and/or supplies?
|
|
3
|
+
hint: For example, key deliverables
|
|
4
|
+
type: textbox_large
|
|
5
|
+
max_length_in_words: 200
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
-
|
|
9
|
+
name: answer_required
|
|
10
|
+
message: You must enter the role of the key subcontractor
|
|
11
|
+
-
|
|
12
|
+
name: under_word_limit
|
|
13
|
+
message: Your answer must be no more than 200 words
|
|
14
|
+
-
|
|
15
|
+
name: under_character_limit
|
|
16
|
+
message: Your answer must be no more than 2000 characters
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: Trading status
|
|
2
|
+
question: Trading status
|
|
3
|
+
|
|
4
|
+
type: radios
|
|
5
|
+
options:
|
|
6
|
+
- label: limited company (LTD)
|
|
7
|
+
value: limited company (LTD)
|
|
8
|
+
- label: limited liability company (LLC)
|
|
9
|
+
value: limited liability company (LLC)
|
|
10
|
+
- label: public limited company (PLC)
|
|
11
|
+
value: public limited company (PLC)
|
|
12
|
+
- label: limited liability partnership (LLP)
|
|
13
|
+
value: limited liability partnership (LLP)
|
|
14
|
+
- label: sole trader
|
|
15
|
+
value: sole trader
|
|
16
|
+
- label: third sector
|
|
17
|
+
value: third sector
|
|
18
|
+
- label: public body
|
|
19
|
+
value: public body
|
|
20
|
+
- label: other
|
|
21
|
+
value: other
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
followup:
|
|
25
|
+
keySubcontractorTradingStatusOther:
|
|
26
|
+
- other
|
|
27
|
+
|
|
28
|
+
validations:
|
|
29
|
+
- name: answer_required
|
|
30
|
+
message: You must select the trading status
|
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractors.yml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
name: Key subcontractors
|
|
2
|
+
question: Do you intend to use key subcontractors to help you deliver the requirements?
|
|
3
|
+
question_advice: |
|
|
4
|
+
A Key Subcontractor is any Subcontractor meeting one or more of the following:
|
|
5
|
+
|
|
6
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
+
<li>which is relied upon to deliver any work package within the Deliverables in their entirety</li>
|
|
8
|
+
<li>which performs a critical role in the provision of all or any part of the Deliverables</li>
|
|
9
|
+
<li>with a Sub-Contract with a contract value which at the time of appointment would exceed, if appointed, 10% of the aggregate Charges forecast to be payable under any subsequent Call-Off Contract</li>
|
|
10
|
+
</ul>
|
|
11
|
+
|
|
12
|
+
type: boolean
|
|
13
|
+
|
|
14
|
+
followup:
|
|
15
|
+
multiqKeySubcontractorsDetails:
|
|
16
|
+
- true
|
|
17
|
+
|
|
18
|
+
validations:
|
|
19
|
+
-
|
|
20
|
+
name: answer_required
|
|
21
|
+
message: You must select an option
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Attachment 4b
|
|
2
|
+
question: Please attach a zip file containing a completed Attachment 4b - Information and Declarations_Key Subcontractor_Guarantor
|
|
3
|
+
question_advice: |
|
|
4
|
+
This should include a completed ‘information and declaration’ workbook without amendment for every key subcontractor you are relying on to meet the selection criteria
|
|
5
|
+
|
|
6
|
+
hint: This file must be a Zip and have a maximum file size of 5MB
|
|
7
|
+
|
|
8
|
+
type: upload
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
- name: answer_required
|
|
12
|
+
message: Select a file
|
|
13
|
+
- name: file_is_less_than_5mb
|
|
14
|
+
message: The file must be smaller than 5MB
|
|
15
|
+
- name: file_is_zip
|
|
16
|
+
message: The file must be in the zip format. Select a Zip (.zip) file
|
|
17
|
+
- name: file_can_be_saved
|
|
18
|
+
message: The selected file could not be uploaded - try again
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
id: keySubcontractorsDetails
|
|
2
|
+
name: Key subcontractor details
|
|
3
|
+
question: Add the details for each key subcontractor
|
|
4
|
+
item_question: Key subcontractor {index} details
|
|
5
|
+
number_of_items: 15
|
|
6
|
+
column_width: full
|
|
7
|
+
|
|
8
|
+
type: list_multiquestion_server_side
|
|
9
|
+
|
|
10
|
+
questions:
|
|
11
|
+
- keySubcontractorName
|
|
12
|
+
- keySubcontractorRegistrationNumber
|
|
13
|
+
- keySubcontractorAddressBuildingAndStreet
|
|
14
|
+
- keySubcontractorAddressTownOrCity
|
|
15
|
+
- keySubcontractorAddressPostcode
|
|
16
|
+
- keySubcontractorAddressCountry
|
|
17
|
+
- keySubcontractorTradingStatus
|
|
18
|
+
- keySubcontractorTradingStatusOther
|
|
19
|
+
- keySubcontractorContactPhoneNumber
|
|
20
|
+
- keySubcontractorDunsNumber
|
|
21
|
+
- keySubcontractorVATNumber
|
|
22
|
+
- keySubcontractorSME
|
|
23
|
+
- keySubcontractorRole
|
|
24
|
+
- keySubcontractorPercentageObligations
|
|
25
|
+
- keySubcontractorReliedUpon
|
|
26
|
+
|
|
27
|
+
validations:
|
|
28
|
+
-
|
|
29
|
+
name: answer_required
|
|
30
|
+
message: You must add the details for each key subcontractor
|
|
31
|
+
-
|
|
32
|
+
name: not_unique
|
|
33
|
+
message: Each key subcontractor must be unique
|
|
34
|
+
-
|
|
35
|
+
name: total_should_be_100
|
|
36
|
+
message: The subcontractors percentage share of total obligations must not be more than 100%
|
|
37
|
+
-
|
|
38
|
+
name: max_items_limit
|
|
39
|
+
message: You can only add details for up to 15 key subcontractors
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.15",
|
|
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"
|
|
@@ -821,6 +821,7 @@ QUESTION_TYPES = {
|
|
|
821
821
|
'number': number_property,
|
|
822
822
|
'multiquestion': multiquestion,
|
|
823
823
|
'list_multiquestion': list_multiquestion,
|
|
824
|
+
'list_multiquestion_server_side': list_multiquestion,
|
|
824
825
|
'checkbox_tree': checkbox_tree_property,
|
|
825
826
|
'date': date_property
|
|
826
827
|
}
|
package/schemas/questions.json
CHANGED
|
@@ -5,12 +5,17 @@
|
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"questions": {
|
|
7
7
|
"properties": {
|
|
8
|
-
"type": {"enum": ["multiquestion", "dynamic_list", "list_multiquestion"]}
|
|
8
|
+
"type": {"enum": ["multiquestion", "dynamic_list", "list_multiquestion", "list_multiquestion_server_side"]}
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"number_of_items": {
|
|
12
12
|
"properties": {
|
|
13
|
-
"type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes", "
|
|
13
|
+
"type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes", "list_multiquestion_server_side"]}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"column_width": {
|
|
17
|
+
"properties": {
|
|
18
|
+
"type": {"enum": ["list_multiquestion"]}
|
|
14
19
|
}
|
|
15
20
|
},
|
|
16
21
|
"unit": {
|
|
@@ -62,7 +67,7 @@
|
|
|
62
67
|
"type": {
|
|
63
68
|
"enum": [
|
|
64
69
|
"boolean", "text", "radios", "list", "boolean_list", "checkboxes", "service_id",
|
|
65
|
-
"pricing", "upload", "number", "textbox_large", "multiquestion", "dynamic_list", "list_multiquestion",
|
|
70
|
+
"pricing", "upload", "number", "textbox_large", "multiquestion", "dynamic_list", "list_multiquestion", "list_multiquestion_server_side",
|
|
66
71
|
"email", "checkbox_tree", "date"
|
|
67
72
|
]
|
|
68
73
|
},
|
|
@@ -220,6 +225,14 @@
|
|
|
220
225
|
"number_of_items": {
|
|
221
226
|
"type": "integer"
|
|
222
227
|
},
|
|
228
|
+
"column_width": {
|
|
229
|
+
"enum": [
|
|
230
|
+
"full",
|
|
231
|
+
"one-half",
|
|
232
|
+
"one-third",
|
|
233
|
+
"one-quarter"
|
|
234
|
+
]
|
|
235
|
+
},
|
|
223
236
|
"assuranceApproach": {
|
|
224
237
|
"enum": [
|
|
225
238
|
"2answers-type1",
|