ccs-digitalmarketplace-frameworks 3.12.13 → 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.
Files changed (28) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +7 -0
  2. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/awareOfTheSocialValueModel.yml +2 -1
  3. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressBuildingAndStreet.yml +16 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressCountry.yml +11 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressPostcode.yml +14 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorAddressTownOrCity.yml +12 -0
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorContactPhoneNumber.yml +11 -0
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorDunsNumber.yml +9 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorName.yml +9 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorPercentageObligations.yml +19 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorRegistrationNumber.yml +5 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorReliedUpon.yml +11 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorRole.yml +16 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorSME.yml +9 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorTradingStatus.yml +30 -0
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorTradingStatusOther.yml +9 -0
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorVATNumber.yml +8 -0
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractors.yml +21 -0
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/keySubcontractorsDetailsAttachment4bURL.yml +18 -0
  20. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqKeySubcontractorsDetails.yml +39 -0
  21. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqKeySubcontractors.yml +7 -0
  22. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqKeySubcontractorsDetails.yml +9 -0
  23. package/package.json +1 -1
  24. package/requirements-dev.txt +2 -2
  25. package/requirements.in +1 -1
  26. package/requirements.txt +1 -1
  27. package/schema_generator/validation.py +1 -0
  28. 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
@@ -4,7 +4,8 @@ question: |
4
4
  Are you aware of the
5
5
  <a class="govuk-link" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/940826/Social-Value-Model-Edn-1.1-3-Dec-20.pdf" target="_blank" rel="noopener noreferrer">Social Value Model (opens in a new tab)</a>
6
6
  to
7
- <a class="govuk-link" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/921437/PPN-06_20-Taking-Account-of-Social-Value-in-the-Award-of-Central-Government-Contracts.pdf" target="_blank" rel="noopener noreferrer">deliver social value through government's commercial activities (opens in a new tab)</a>
7
+ <a class="govuk-link" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/921437/PPN-06_20-Taking-Account-of-Social-Value-in-the-Award-of-Central-Government-Contracts.pdf" target="_blank" rel="noopener noreferrer">deliver social value through government's commercial activities (opens in a new tab)</a>,
8
+ and will you commit to delivering social value where specified by the buyer in their statement of requirements?
8
9
 
9
10
  type: checkboxes
10
11
 
@@ -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,11 @@
1
+ name: Country
2
+ question: |
3
+ <p class="govuk-label--m">
4
+ Country
5
+ </p>
6
+
7
+ type: text
8
+
9
+ validations:
10
+ - name: answer_required
11
+ message: You must enter the country
@@ -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,12 @@
1
+ name: Town or city
2
+ question: |
3
+ <p class="govuk-label--m">
4
+ Town or city
5
+ </p>
6
+
7
+ type: text
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: You must enter the town or city
@@ -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,9 @@
1
+ name: DUNS number
2
+ question: DUNS number (of head office, if you have a head office)
3
+ type: text
4
+ optional: true
5
+
6
+ validations:
7
+ -
8
+ name: invalid_format
9
+ message: The DUNS number must be 9 digits
@@ -0,0 +1,9 @@
1
+ name: Name
2
+ question: Name
3
+
4
+ type: text
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must enter the name
@@ -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,5 @@
1
+ name: Registration number
2
+ question: Registration number
3
+ optional: true
4
+
5
+ type: text
@@ -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
@@ -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,9 @@
1
+ name: SME
2
+ question: Is the key subcontractor a Small Medium Enterprise (SME)?
3
+
4
+ type: boolean
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must select an answer
@@ -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
@@ -0,0 +1,9 @@
1
+ name: Trading status - Other
2
+ question: Trading status - Other
3
+
4
+ type: text
5
+ hidden: true
6
+
7
+ validations:
8
+ - name: answer_required
9
+ message: Enter the trading status details
@@ -0,0 +1,8 @@
1
+ name: Registered VAT number
2
+ question: Registered VAT number
3
+ type: text
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter the VAT number
@@ -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
@@ -0,0 +1,7 @@
1
+ name: Key subcontractors
2
+ question: ""
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - keySubcontractors
7
+ - multiqKeySubcontractorsDetails
@@ -0,0 +1,9 @@
1
+ name: Key subcontractors details
2
+ question: ""
3
+
4
+ hidden: true
5
+
6
+ type: multiquestion
7
+ questions:
8
+ - listMultiqKeySubcontractorsDetails
9
+ - keySubcontractorsDetailsAttachment4bURL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.12.13",
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"
@@ -30,7 +30,7 @@ ccs-digitalmarketplace-apiclient==28.0.0
30
30
  # via
31
31
  # -r requirements.txt
32
32
  # ccs-digitalmarketplace-utils
33
- ccs-digitalmarketplace-content-loader==13.0.2
33
+ ccs-digitalmarketplace-content-loader==13.1.0
34
34
  # via -r requirements.txt
35
35
  ccs-digitalmarketplace-utils==69.0.0
36
36
  # via
@@ -108,7 +108,7 @@ govuk-country-register==0.5.0
108
108
  # via
109
109
  # -r requirements.txt
110
110
  # ccs-digitalmarketplace-utils
111
- hypothesis==6.123.16
111
+ hypothesis==6.124.1
112
112
  # via -r requirements-dev.in
113
113
  idna==3.7
114
114
  # via
package/requirements.in CHANGED
@@ -1,5 +1,5 @@
1
1
  docopt==0.6.2
2
2
  deepmerge==2.0
3
3
  python-json-logger==2.0.7
4
- ccs-digitalmarketplace-content-loader==13.0.2
4
+ ccs-digitalmarketplace-content-loader==13.1.0
5
5
  ccs-digitalmarketplace-utils==69.0.0
package/requirements.txt CHANGED
@@ -16,7 +16,7 @@ cachelib==0.13.0
16
16
  # via flask-session
17
17
  ccs-digitalmarketplace-apiclient==28.0.0
18
18
  # via ccs-digitalmarketplace-utils
19
- ccs-digitalmarketplace-content-loader==13.0.2
19
+ ccs-digitalmarketplace-content-loader==13.1.0
20
20
  # via -r requirements.in
21
21
  ccs-digitalmarketplace-utils==69.0.0
22
22
  # via
@@ -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
  }
@@ -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", "list_multiquestion"]}
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",