ccs-digitalmarketplace-frameworks 1.2.9 → 1.2.10

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.
@@ -20,6 +20,7 @@
20
20
  questions:
21
21
  - servicesHaveOrSupportCloudHostingCloudSoftware
22
22
  - servicesHaveOrSupportCloudSupport
23
+ - multiqServiceProfessional
23
24
  - servicesDoNotInclude
24
25
  - offerServicesYourselves
25
26
  - fullAccountability
@@ -0,0 +1,12 @@
1
+ id: multiqServiceProfessional
2
+ name: __place holder__
3
+ question: ""
4
+
5
+ type: multiquestion
6
+ questions:
7
+ - servicesHaveOrprofessionalService
8
+ - serviceCloudServiceProvision
9
+ - serviceCloudServiceProvision2
10
+ - serviceCloudServiceProvision3
11
+ - serviceCloudServiceProvision4
12
+ - serviceCloudServiceProvision5
@@ -0,0 +1,18 @@
1
+ name: __Place holder for question name 3(1)
2
+ question: >
3
+ This is the quality question text for question 1:
4
+ Please provide further information about how your G-Cloud service provision will deliver against at least one or more of the following <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">Social Value themes outlined in PPN 06/20.</a>
5
+
6
+ - Fighting Climate Change
7
+ - Covid-19 Recovery
8
+ - Tackling Economic Inequality
9
+ - Equal Opportunity
10
+ - Wellbeing
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 500
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: You need to answer this question because you answered ‘yes’ to the __place holder__.
@@ -0,0 +1,10 @@
1
+ name: __Place holder for question name 3(2)
2
+ question: Placeholder that follows the same format - please detail how you meet quality question 2
3
+
4
+ type: textbox_large
5
+ max_length_in_words: 500
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
@@ -0,0 +1,10 @@
1
+ name: __Place holder for question name 3(3)
2
+ question: Placeholder - Please tell us how you meet quality question 3
3
+
4
+ type: textbox_large
5
+ max_length_in_words: 500
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
@@ -0,0 +1,10 @@
1
+ name: __Place holder for question name 3(4)
2
+ question: Placeholder - Please tell us how you meet quality question 4
3
+
4
+ type: textbox_large
5
+ max_length_in_words: 500
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
@@ -0,0 +1,10 @@
1
+ name: __Place holder for question name 3(5)
2
+ question: Placeholder - Please tell us how you meet quality question 5
3
+
4
+ type: textbox_large
5
+ max_length_in_words: 500
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
@@ -0,0 +1,33 @@
1
+ name: Cloud professional services
2
+ question: >
3
+ If you're submitting Cloud Professional Services (lot 4) service, does your service both:
4
+
5
+ - enable the delivery of cloud services
6
+ - comply with the definition of Cloud Professional Service in the framework agreement
7
+
8
+ type: boolean
9
+
10
+ followup:
11
+ serviceCloudServiceProvision:
12
+ - true
13
+ serviceCloudServiceProvision2:
14
+ - true
15
+ serviceCloudServiceProvision3:
16
+ - true
17
+ serviceCloudServiceProvision4:
18
+ - true
19
+ serviceCloudServiceProvision5:
20
+ - true
21
+
22
+ validations:
23
+ # See app/main/helpers/validation.py::G12Validator
24
+ - name: dependent_question_error
25
+ message: You need to answer Yes to either this question or to question 4
26
+
27
+ assessment:
28
+ required: True
29
+ passIfIn:
30
+ - "Yes"
31
+ - "My organisation isn't submitting cloud support (lot 4) services"
32
+
33
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
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"