ccs-digitalmarketplace-frameworks 1.2.10 → 1.2.11

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.
@@ -4,9 +4,7 @@ question: In the past 12 months, what percentage of invoices did you pay in 60 d
4
4
  hidden: true
5
5
 
6
6
  type: number
7
- unit: "%"
8
- unit_in_full: "percent"
9
- unit_position: "after"
7
+
10
8
  limits:
11
9
  min_value: 0
12
10
  max_value: 100
@@ -1,12 +1,12 @@
1
1
  id: multiqServiceProfessional
2
- name: __place holder__
2
+ name: Services are cloud-related (cloud professional)
3
3
  question: ""
4
4
 
5
5
  type: multiquestion
6
6
  questions:
7
7
  - servicesHaveOrprofessionalService
8
- - serviceCloudServiceProvision
9
- - serviceCloudServiceProvision2
10
- - serviceCloudServiceProvision3
11
- - serviceCloudServiceProvision4
12
- - serviceCloudServiceProvision5
8
+ - serviceCloudServiceProfessional
9
+ - serviceCloudServiceProfessional2
10
+ - serviceCloudServiceProfessional3
11
+ - serviceCloudServiceProfessional4
12
+ - serviceCloudServiceProfessional5
@@ -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.
@@ -5,20 +5,25 @@ question: >
5
5
  - enable the delivery of cloud services
6
6
  - comply with the definition of Cloud Professional Service in the framework agreement
7
7
 
8
- type: boolean
8
+ type: radios
9
+ options:
10
+ - label: 'Yes'
11
+ values: cloud-professional-yes
12
+ - label: My organisation isn't submitting cloud professional (lot 4) services
13
+ values: No
14
+
9
15
 
10
16
  followup:
11
17
  serviceCloudServiceProvision:
12
- - true
18
+ - 'Yes'
13
19
  serviceCloudServiceProvision2:
14
- - true
20
+ - 'Yes'
15
21
  serviceCloudServiceProvision3:
16
- - true
22
+ - 'Yes'
17
23
  serviceCloudServiceProvision4:
18
- - true
24
+ - 'Yes'
19
25
  serviceCloudServiceProvision5:
20
- - true
21
-
26
+ - 'Yes'
22
27
  validations:
23
28
  # See app/main/helpers/validation.py::G12Validator
24
29
  - name: dependent_question_error
@@ -31,3 +36,6 @@ assessment:
31
36
  - "My organisation isn't submitting cloud support (lot 4) services"
32
37
 
33
38
 
39
+
40
+
41
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
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"