ccs-digitalmarketplace-frameworks 5.4.0 → 5.4.2
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/g-cloud-15/manifests/assessment.yml +2 -0
- package/frameworks/g-cloud-15/manifests/edit_technical_ability_certificate.yml +2 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/areYouAReseller.yml +9 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerEmail.yml +1 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/serviceDeliveredInNato.yml +15 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/serviceDeliveredTopSecret.yml +15 -0
- package/package.json +1 -1
|
@@ -6,12 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
-
|
|
8
8
|
name: Quality Cloud Services
|
|
9
|
+
slug: evaluation-questions-quality-cloud-services
|
|
9
10
|
questions:
|
|
10
11
|
- qualityCloudServicesScore
|
|
11
12
|
- qualityCloudServicesComment
|
|
12
13
|
|
|
13
14
|
-
|
|
14
15
|
name: Maximising Buyer Value
|
|
16
|
+
slug: evaluation-questions-maximising-buyer-value
|
|
15
17
|
questions:
|
|
16
18
|
- maximisingBuyerValueScore
|
|
17
19
|
- maximisingBuyerValueComment
|
|
@@ -11,6 +11,7 @@ question_advice: >
|
|
|
11
11
|
followup:
|
|
12
12
|
cloudServices:
|
|
13
13
|
- reseller
|
|
14
|
+
- sole-control-with-reseller
|
|
14
15
|
iso9001certificationURL:
|
|
15
16
|
- reseller
|
|
16
17
|
iso27001certificationURL:
|
|
@@ -21,16 +22,22 @@ followup:
|
|
|
21
22
|
- reseller
|
|
22
23
|
iso9001certificationSoleControlURL:
|
|
23
24
|
- sole-control
|
|
25
|
+
- sole-control-with-reseller
|
|
24
26
|
iso14001certificationSoleControlURL:
|
|
25
27
|
- sole-control
|
|
28
|
+
- sole-control-with-reseller
|
|
26
29
|
iso27001certificationSoleControlURL:
|
|
27
30
|
- sole-control
|
|
31
|
+
- sole-control-with-reseller
|
|
28
32
|
iso20000_1certificationSoleControlURL:
|
|
29
33
|
- sole-control
|
|
34
|
+
- sole-control-with-reseller
|
|
30
35
|
iso27017certificationSoleControlURL:
|
|
31
36
|
- sole-control
|
|
37
|
+
- sole-control-with-reseller
|
|
32
38
|
areYouBiddingForLot1bSoleControl:
|
|
33
39
|
- sole-control
|
|
40
|
+
- sole-control-with-reseller
|
|
34
41
|
|
|
35
42
|
type: radios
|
|
36
43
|
options:
|
|
@@ -38,6 +45,8 @@ options:
|
|
|
38
45
|
value: reseller
|
|
39
46
|
- label: Sole Control of the Infrastructure
|
|
40
47
|
value: sole-control
|
|
48
|
+
- label: "Sole Control and also accredited to resell other providers' services"
|
|
49
|
+
value: sole-control-with-reseller
|
|
41
50
|
|
|
42
51
|
validations:
|
|
43
52
|
- name: answer_required
|
package/frameworks/g-cloud-15/questions/technical-ability-certificates/serviceDeliveredInNato.yml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: The services were delivered in the UK, or a NATO member state
|
|
2
|
+
question: The services were delivered in the UK, or a NATO member state
|
|
3
|
+
type: checkboxes
|
|
4
|
+
|
|
5
|
+
options:
|
|
6
|
+
- label: 'Yes'
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": route
|
|
10
|
+
being:
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: You must select yes if the services were delivered in the UK, or a NATO member state
|
package/frameworks/g-cloud-15/questions/technical-ability-certificates/serviceDeliveredTopSecret.yml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: The services were delivered in the classification tiers SECRET or TOP SECRET
|
|
2
|
+
question: The services were delivered in the classification tiers <a class="govuk-link" href="https://www.gov.uk/government/publications/government-security-classifications" target="_blank" rel="noopener noreferrer">SECRET or TOP SECRET (opens in new tab)</a>
|
|
3
|
+
type: checkboxes
|
|
4
|
+
|
|
5
|
+
options:
|
|
6
|
+
- label: 'Yes'
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": route
|
|
10
|
+
being:
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: You must select yes if the services were delivered in the classification tiers SECRET or TOP SECRET
|