ccs-digitalmarketplace-frameworks 3.12.5 → 3.12.6

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.
@@ -82,3 +82,17 @@
82
82
  - skillsAndResources
83
83
  - offerDirectlyYourselves
84
84
  - directContractualResponsibility
85
+
86
+ -
87
+ name: What it means to be on Digital Outcomes and Specialists 7
88
+ slug: what-it-means-to-be-on-dos-7
89
+ editable: True
90
+ prefill: False
91
+ description: |
92
+ You must be able to truthfully answer ‘yes’ to every question on this page for your application to be considered eligible.
93
+
94
+ If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
95
+ questions:
96
+ - canyYouProvideAllServices
97
+ - agreeToSign
98
+ - provideMi
@@ -0,0 +1,14 @@
1
+ name: Agree to sign and return the final framework agreement
2
+ question: |
3
+ Do you agree to sign and return the final framework agreement within 10 calendar days of it being issued by the Crown Commercial Service?
4
+
5
+ type: checkboxes
6
+
7
+ options:
8
+ - label: "Yes"
9
+ value: "yes"
10
+
11
+ validations:
12
+ -
13
+ name: answer_required
14
+ message: You must select "Yes"
@@ -0,0 +1,15 @@
1
+ name: Can you provide all the services
2
+ question: |
3
+ If your application is successful, can you provide all the services you’re submitting to Digital Outcomes and Specialists 7 from the first day you’re awarded a place on the framework?
4
+ hint: You must be ready to provide the services you’re submitting from Month Year
5
+
6
+ type: checkboxes
7
+
8
+ options:
9
+ - label: "Yes"
10
+ value: "yes"
11
+
12
+ validations:
13
+ -
14
+ name: answer_required
15
+ message: You must select "Yes"
@@ -0,0 +1,15 @@
1
+ name: Provide all the monthly Digital Outcomes and Specialists 7-related management information
2
+ question: |
3
+ Do you confirm that you’re prepared to provide all the monthly Digital Outcomes and Specialists 7-related management information (MI) to the Crown Commercial Service as outlined in the reporting template
4
+ <a class="govuk-link" href="/suppliers/frameworks/digital-outcomes-and-specialists-7#reporting" target="_blank" rel="noopener noreferrer">reporting template (opens in new tab)</a>?
5
+
6
+ type: checkboxes
7
+
8
+ options:
9
+ - label: "Yes"
10
+ value: "yes"
11
+
12
+ validations:
13
+ -
14
+ name: answer_required
15
+ message: You must select "Yes"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.12.5",
3
+ "version": "3.12.6",
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"