ccs-digitalmarketplace-frameworks 1.2.19 → 1.2.23
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-6/questions/declaration/youHaveWebAddress.yml +9 -2
- package/frameworks/g-cloud-13/manifests/declaration.yml +2 -2
- package/frameworks/g-cloud-13/questions/declaration/understandHowToAskQuestions.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/energyEfficientDatacentres.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/governmentSecurityClearances.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/webChatSupportAccessibilityDescription.yml +2 -1
- package/package.json +1 -1
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
name: An internet (web) address
|
|
2
2
|
question: Do you have an internet web address ?
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
type: radios
|
|
5
|
+
options:
|
|
6
|
+
- label: 'Yes'
|
|
7
|
+
value: web-address-yes
|
|
8
|
+
- label: We do not have an internet(web) address
|
|
9
|
+
value: No
|
|
10
|
+
|
|
4
11
|
followup:
|
|
5
12
|
contactWebContractNotice:
|
|
6
|
-
-
|
|
13
|
+
- 'Yes'
|
|
7
14
|
|
|
8
15
|
|
|
9
16
|
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
description: |
|
|
7
7
|
You must answer these questions to confirm that your services are suitable for G-Cloud 13.
|
|
8
8
|
|
|
9
|
-
Except for questions [[servicesHaveOrSupportCloudHostingCloudSoftware]] and [[
|
|
9
|
+
Except for questions [[servicesHaveOrSupportCloudHostingCloudSoftware]], [[servicesHaveOrSupportCloudSupport]] and [[multiqServiceProfessional]],
|
|
10
10
|
if you can’t answer ‘yes’ to every question in this section,
|
|
11
11
|
it’s very unlikely that your application will be accepted.
|
|
12
12
|
|
|
13
13
|
You must answer ‘yes’ to at least one of questions
|
|
14
|
-
[[servicesHaveOrSupportCloudHostingCloudSoftware]] or [[
|
|
14
|
+
[[servicesHaveOrSupportCloudHostingCloudSoftware]], [[servicesHaveOrSupportCloudSupport]] or [[multiqServiceProfessional]]
|
|
15
15
|
or answer ‘yes’ to both.
|
|
16
16
|
|
|
17
17
|
You must be able to truthfully answer every question for your application to be considered eligible.
|
|
@@ -2,7 +2,7 @@ name: Asking questions
|
|
|
2
2
|
question: >
|
|
3
3
|
Do you understand that you can ask ‘clarification’ questions on the <a href="https://www.digitalmarketplace.service.gov.uk/suppliers/frameworks/g-cloud-13/updates" target="_blank" rel="noopener noreferrer">G-Cloud 13 updates page (link opens in a new tab)</a> in your Digital Marketplace account?
|
|
4
4
|
hint: >
|
|
5
|
-
You can ask clarification questions about G-Cloud 13 until
|
|
5
|
+
You can ask clarification questions about G-Cloud 13 until 3pm BST 1 April 2022. All questions and answers will be posted regularly on the G-Cloud 13 updates page. You will be notified by email when new clarification questions and answers are available.
|
|
6
6
|
|
|
7
7
|
type: boolean
|
|
8
8
|
assessment:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Energy-efficient datacentres
|
|
2
2
|
question: Do your datacentres adhere to the EU code of conduct for energy-efficient datacentres?
|
|
3
3
|
question_advice: >
|
|
4
|
-
Read about the <a href="
|
|
4
|
+
Read about the <a href="https://ec.europa.eu/jrc/sites/default/files/eu_folder_code_of_conduct.pdf" target="_blank" rel="noopener noreferrer">EU code of conduct for energy-efficient datacentres (link opens in a new tab)</a>.
|
|
5
5
|
|
|
6
6
|
depends:
|
|
7
7
|
- "on": lot
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Government security clearance
|
|
2
2
|
question: >
|
|
3
3
|
If the role requires it, what level of security clearance are you prepared to make sure your staff have?
|
|
4
|
-
question_advice: Read the <a href="https://www.gov.uk/
|
|
4
|
+
question_advice: Read the <a href="https://www.gov.uk/government/publications/united-kingdom-security-vetting-clearance-levels/national-security-vetting-clearance-levels" target="_blank" rel="noopener noreferrer">government guidance on security vetting and clearance (link opens in a new tab)</a>.
|
|
5
5
|
|
|
6
6
|
depends:
|
|
7
7
|
- "on": lot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.23",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|