ccs-digitalmarketplace-frameworks 3.13.16 → 3.13.18

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 (19) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +5 -0
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +5 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +5 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractor.yml +1 -1
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorKeySubcontractor.yml +2 -2
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorLawRegistered.yml +8 -1
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorPostalAddressBuildingandStreet.yml +6 -3
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorPostalAddressCountry.yml +1 -1
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorPostalAddressPostcode.yml +4 -1
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorPostalAddressTownandCity.yml +3 -3
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorRoleDescription.yml +3 -3
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/subcontractorType.yml +2 -2
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementDCDPInsurances.yml +2 -2
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementsDCDPAlreadyHave.yml +3 -3
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementsDCDPCertificate.yml +2 -2
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqTechnicalAbilityCertificates.yml +27 -0
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/services/technicalAbilityCertificateOneURL.yml +24 -0
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/services/technicalAbilityCertificateTwoURL.yml +23 -0
  19. package/package.json +1 -1
@@ -4,6 +4,11 @@
4
4
  - multiqInsuranceRequirements
5
5
  - multiqInsuranceRequirementsDCDP
6
6
 
7
+ - name: 'Condition of participation - Technical ability certificates'
8
+ editable: False
9
+ questions:
10
+ - multiqTechnicalAbilityCertificates
11
+
7
12
  - name: 'Q2: Award question - What services can you provide?'
8
13
  summary_page_description: >
9
14
  Disclaimer: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed.
@@ -4,6 +4,11 @@
4
4
  - multiqInsuranceRequirements
5
5
  - multiqInsuranceRequirementsDCDP
6
6
 
7
+ - name: 'Condition of participation - Technical ability certificates'
8
+ editable: False
9
+ questions:
10
+ - multiqTechnicalAbilityCertificates
11
+
7
12
  - name: 'Q2: Award question - What services can you provide?'
8
13
  summary_page_description: >
9
14
  Disclaimer: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed.
@@ -4,6 +4,11 @@
4
4
  - multiqInsuranceRequirements
5
5
  - multiqInsuranceRequirementsDCDP
6
6
 
7
+ - name: 'Condition of participation - Technical ability certificates'
8
+ editable: True
9
+ questions:
10
+ - multiqTechnicalAbilityCertificates
11
+
7
12
  - name: 'Q2: Award question - What services can you provide?'
8
13
  summary_page_description: >
9
14
  <p class="govuk-body">
@@ -1,4 +1,4 @@
1
- name: Subcontractor details
1
+ name: Intend to subcontract
2
2
  question: Do you intend to sub-contract the performance of all or part of the contract to (either directly or in your wider supply chain) to help you deliver of the call-off contracts?
3
3
  type: boolean
4
4
  hint: |
@@ -1,5 +1,5 @@
1
1
  name: Key Subcontractor
2
- question: Is the supplier a key subcontractor, this includes an associated person- key subcontractor?
2
+ question: Is the supplier a key subcontractor, this includes an associated person subcontractor?
3
3
  hint: |
4
4
  <p>You need to tell us if the supplier is a key subcontractor, (as defined in the framework contract) so that these organisations can be appropriately listed in the framework award form and in the key subcontractor section in Framework Schedule 6 (Order Form Template and Call-Off Schedules) should you be awarded a framework contract. Please read Joint Schedule 6 (Key Sub-contractors) for more information.</p>
5
5
  <p>Key subcontractors are defined as any subcontractor (including an associated person, subcontractor):</p>
@@ -12,4 +12,4 @@ type: boolean
12
12
  validations:
13
13
  -
14
14
  name: answer_required
15
- message: You must enter an option
15
+ message: You must select an option
@@ -1,5 +1,12 @@
1
1
  name: Law registered
2
- question: Please enter the law under which the subcontractor is registered For example, the Companies Act 2006
2
+ question: |
3
+ <p class="govuk-label--m">
4
+ Please enter the law under which the subcontractor is registered
5
+ </p>
6
+
7
+ <p class="govuk-label--m">
8
+ For example, the Companies Act 2006
9
+ </p>
3
10
 
4
11
  type: text
5
12
 
@@ -1,11 +1,14 @@
1
- name: Postal Address Building and Street
1
+ name: Building and street
2
2
  question: |
3
3
  <p class="govuk-label--m">
4
- Building and Street
4
+ Please enter subcontractor's contact postal address
5
+ </p>
6
+ <p class="govuk-label--m">
7
+ Building and street
5
8
  </p>
6
9
 
7
10
  type: text
8
11
 
9
12
  validations:
10
13
  - name: answer_required
11
- message: You must enter subcontractor Building and Street
14
+ message: You must enter subcontractor building and street
@@ -1,4 +1,4 @@
1
- name: Postal Address Country
1
+ name: Country
2
2
  question: |
3
3
  <p class="govuk-label--m">
4
4
  Country
@@ -1,11 +1,14 @@
1
- name: Postal Address Postcode
1
+ name: Postcode
2
2
  question: |
3
3
  <p class="govuk-label--m">
4
4
  Postcode
5
5
  </p>
6
6
 
7
7
  type: text
8
+ max_length_in_characters: 15
8
9
 
9
10
  validations:
10
11
  - name: answer_required
11
12
  message: You must enter subcontractor Postcode
13
+ - name: under_character_limit
14
+ message: Postcode must be 15 characters or fewer
@@ -1,11 +1,11 @@
1
- name: Postal Address Town and City
1
+ name: Town and city
2
2
  question: |
3
3
  <p class="govuk-label--m">
4
- Town and City
4
+ Town and city
5
5
  </p>
6
6
 
7
7
  type: text
8
8
 
9
9
  validations:
10
10
  - name: answer_required
11
- message: You must enter subcontractor Town and City
11
+ message: You must enter subcontractor town and city
@@ -3,14 +3,14 @@ question: A brief description of their intended role in the performance of the c
3
3
  hint: |
4
4
  <p>In the case of consortia members and key subcontractors (including associated persons) please include:</p>
5
5
  <p>(a) what role they will play in the delivery of the call-off contracts</p>
6
- <p>(b)their % share of the total contract value</p>
6
+ <p>(b) their % share of the total contract value</p>
7
7
  type: textbox_large
8
8
  max_length_in_words: 500
9
9
 
10
10
  validations:
11
11
  -
12
12
  name: answer_required
13
- message: You must enter an role description
13
+ message: You must enter a role description
14
14
  -
15
15
  name: under_word_limit
16
- message: Your answer must be no more than 500 words
16
+ message: Role description must be less than 500 words
@@ -1,4 +1,4 @@
1
- name: Type of subcontractor
1
+ name: Type
2
2
  question: Type of subcontractor
3
3
  hint: |
4
4
  <p>Definition of SME, small and medium-sized enterprises means suppliers that:</p>
@@ -19,4 +19,4 @@ options:
19
19
 
20
20
  validations:
21
21
  - name: answer_required
22
- message: You must enter an option
22
+ message: You must select an option
@@ -8,9 +8,9 @@ question: |
8
8
  </ul>
9
9
 
10
10
  question_advice: >
11
- <p class="govuk-body">This question is evaluated pass/fail.</p>
11
+ <p class="govuk-body">This question is evaluated Pass/Fail.</p>
12
12
 
13
- <p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
13
+ <p class="govuk-body">Your tender will Fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
14
14
 
15
15
  <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
16
16
 
@@ -9,9 +9,9 @@ question: |
9
9
  </ul>
10
10
 
11
11
  question_advice: >
12
- <p class="govuk-body">This question is evaluated pass/fail.</p>
12
+ <p class="govuk-body">This question is evaluated Pass/Fail.</p>
13
13
 
14
- <p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
14
+ <p class="govuk-body">Your tender will Fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
15
15
 
16
16
  <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
17
17
 
@@ -27,7 +27,7 @@ depends:
27
27
  options:
28
28
  - label: Yes, your organisation (and if applicable, your consortium members) has, or will have in place, employer’s liability insurance, public liability insurance and professional indemnity insurance of at least £5 million each, and you will provide evidence of the required levels of insurance cover before the framework is awarded
29
29
  value: 'yes'
30
- - label: No, your organisation (and if applicable, your consortium members) does not have, and will not have in place, employer’s liability insurance, public liability insurance and professional indemnity insurance of at least £5 million each before the framework is awarded
30
+ - label: No, your organisation (and if applicable, your consortium members) does not have, and will not have in place, public liability insurance and professional indemnity insurance of at least £5 million each before the framework is awarded
31
31
  value: 'no'
32
32
 
33
33
  validations:
@@ -4,9 +4,9 @@ question: |
4
4
  Where you are not legally required to hold employer's liability insurance, but at a later date are required to, will you provide a copy of the certificate(s) to Crown Commercial Service and any buyers you hold a call-off contract with?
5
5
 
6
6
  question_advice: >
7
- <p class="govuk-body">This question is evaluated pass/fail.</p>
7
+ <p class="govuk-body">This question is evaluated Pass/Fail.</p>
8
8
 
9
- <p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
9
+ <p class="govuk-body">Your tender will Fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
10
10
 
11
11
  <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
12
12
 
@@ -0,0 +1,27 @@
1
+ name: Technical ability certificates
2
+ question: |
3
+ <p class="govuk-body">You are required to submit a maximum of 2 certificates to demonstrate that you have delivered the services within the scope of Lot 2 Digital Capability and Delivery Partner.</p>
4
+ <p class="govuk-body govuk-!-margin-top-3">You can download a blank certificate template from XXXX (url link). No amendments are permitted to the format or structure of the certificate.</p>
5
+ <p class="govuk-body govuk-!-margin-top-3">You must submit each certificate as a separate file. Zip files will not be accepted.</p>
6
+ <p class="govuk-body govuk-!-margin-top-3">Each certificate submitted will be assessed as Pass / Fail.</p>
7
+ <p class="govuk-body govuk-!-margin-top-3">Certificates must be signed off by the customer and you the bidder.</p>
8
+ <p class="govuk-body govuk-!-margin-top-3">Certificates that do not meet all elements of the criteria stated within the certificate will Fail and your tender will be disregarded, as you have not satisfied this condition of participation.</p>
9
+ <p class="govuk-body govuk-!-margin-top-3">Failure to provide any certificates will mean your tender will be disregarded, as you have not satisfied this condition of participation.</p>
10
+
11
+ <ul class="govuk-list govuk-list--bullet">
12
+ <li>Please upload your first certificate as part of your tender submission.</li>
13
+ <li>Please upload your second certificate (if required) as part of your tender submission. (optional)</li>
14
+ </ul>
15
+ question_advice:
16
+ Please upload certificate in Open Document Format (ODF) or PDF/A (eg .pdf, .odt). (Maximum file size 5MB).
17
+
18
+ type: multiquestion
19
+
20
+ depends:
21
+ - "on": lot
22
+ being:
23
+ - digital-capability-and-delivery-partner
24
+
25
+ questions:
26
+ - technicalAbilityCertificateOneURL
27
+ - technicalAbilityCertificateTwoURL
@@ -0,0 +1,24 @@
1
+ name: Technical ability certificate 1
2
+ question: "Technical ability certificate 1"
3
+
4
+ type: upload
5
+
6
+ file_settings:
7
+ name: technical-ability-certificate-1
8
+ max_size: 5
9
+ file_type: open_document
10
+
11
+ depends:
12
+ - "on": lot
13
+ being:
14
+ - digital-capability-and-delivery-partner
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must upload at least 1 certificate
19
+ - name: file_is_less_than_5mb
20
+ message: The file must be smaller than 5MB
21
+ - name: file_can_be_saved
22
+ message: The selected file could not be uploaded - try again
23
+ - name: file_is_open_document_format
24
+ message: Please upload a document in the valid format like pdf
@@ -0,0 +1,23 @@
1
+ name: Technical ability certificate 2
2
+ question: "Technical ability certificate 2 (optional)"
3
+
4
+ type: upload
5
+ optional: true
6
+
7
+ file_settings:
8
+ name: technical-ability-certificate-2
9
+ max_size: 5
10
+ file_type: open_document
11
+
12
+ depends:
13
+ - "on": lot
14
+ being:
15
+ - digital-capability-and-delivery-partner
16
+
17
+ validations:
18
+ - name: file_is_less_than_5mb
19
+ message: The file must be smaller than 5MB
20
+ - name: file_can_be_saved
21
+ message: The selected file could not be uploaded - try again
22
+ - name: file_is_open_document_format
23
+ message: Please upload a document in the valid format like pdf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.16",
3
+ "version": "3.13.18",
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"