ccs-digitalmarketplace-frameworks 1.2.10 → 1.2.14

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
@@ -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
9
14
 
10
- followup:
11
- serviceCloudServiceProvision:
12
- - true
13
- serviceCloudServiceProvision2:
14
- - true
15
- serviceCloudServiceProvision3:
16
- - true
17
- serviceCloudServiceProvision4:
18
- - true
19
- serviceCloudServiceProvision5:
20
- - true
21
15
 
16
+ followup:
17
+ serviceCloudServiceProfessional:
18
+ - 'Yes'
19
+ serviceCloudServiceProfessional2:
20
+ - 'Yes'
21
+ serviceCloudServiceProfessional3:
22
+ - 'Yes'
23
+ serviceCloudServiceProfessional4:
24
+ - 'Yes'
25
+ serviceCloudServiceProfessional5:
26
+ - 'Yes'
22
27
  validations:
23
28
  # See app/main/helpers/validation.py::G12Validator
24
29
  - name: dependent_question_error
@@ -31,3 +36,5 @@ assessment:
31
36
  - "My organisation isn't submitting cloud support (lot 4) services"
32
37
 
33
38
 
39
+
40
+
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.14",
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"