ccs-digitalmarketplace-frameworks 5.4.1 → 5.4.3
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/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/fvra/attachment5aURL.yml +0 -2
- 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
|
@@ -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
|
|
@@ -7,7 +7,6 @@ hint: >
|
|
|
7
7
|
</p>
|
|
8
8
|
<ul class="govuk-hint govuk-list govuk-list--bullet">
|
|
9
9
|
<li>Open Document Spreadsheet (ODS) or a Microsoft Excel Spreadsheet (XLSX)</li>
|
|
10
|
-
<li>Open Document Format (ODF), PDF/A (eg .pdf, .odt)</li>
|
|
11
10
|
</ul>
|
|
12
11
|
<p class="govuk-hint">
|
|
13
12
|
The maximum file size is 20MB
|
|
@@ -20,7 +19,6 @@ file_settings:
|
|
|
20
19
|
max_size: 20
|
|
21
20
|
file_types:
|
|
22
21
|
- spreadsheet
|
|
23
|
-
- open_document
|
|
24
22
|
|
|
25
23
|
depends:
|
|
26
24
|
- "on": is_lead_bidder
|
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
|