ccs-digitalmarketplace-frameworks 5.1.0 → 5.1.1

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.
@@ -1,3 +1,11 @@
1
+ -
2
+ name: "Selection questions"
3
+ slug: selection-questions
4
+ editable: True
5
+ questions:
6
+ - multiqSelectionQuestions1a
7
+ - multiqSelectionQuestions1b
8
+
1
9
  -
2
10
  name: "Award criteria for Lots 2a and 2b"
3
11
  slug: award-criteria-2a-and-2b
@@ -0,0 +1,29 @@
1
+ id: areYouAReseller
2
+ name: Are you are bidding to offer IaaS and/or PaaS as a reseller or are you in sole control of the infrastructure
3
+ question: >
4
+ The specification for this Lot requires that the Supplier is in sole control of the infrastructure that underlies its Services or can evidence that they are an accredited reseller of such infrastructure.
5
+
6
+ Confirm whether you are bidding to offer IaaS and/or PaaS as a reseller
7
+ question_advice: >
8
+ If you will offer both proprietary and resold services as part of your core IaaS and PaaS offering, select ‘Reseller’.
9
+
10
+ If you may use another’s service resold if it is ancillary to the core IaaS or PaaS service, but will provide the core IaaS or PaaS services entirely without reselling in the normal operation of your services, select ‘Sole Control’.
11
+
12
+ followup:
13
+ iso9001certificationURL:
14
+ - reseller
15
+ - sole-control
16
+ areYouReliantForSomeAccreditations:
17
+ - reseller
18
+ - sole-control
19
+
20
+ type: radios
21
+ options:
22
+ - label: Reseller
23
+ value: reseller
24
+ - label: Sole Control of the Infrastructure
25
+ value: sole-control
26
+
27
+ validations:
28
+ - name: answer_required
29
+ message: You must select if you have in place processes to provide user support
@@ -0,0 +1,32 @@
1
+ id: areYouAReseller
2
+ name: Are you are bidding to offer IaaS and/or PaaS as a reseller or are you in sole control of the infrastructure
3
+ question: >
4
+ The specification for this Lot requires that the Supplier is in sole control of the infrastructure that underlies its Services or can evidence that they are an accredited reseller of such infrastructure.
5
+
6
+ Confirm whether you are bidding to offer IaaS and/or PaaS as a reseller
7
+ question_advice: >
8
+ If you will offer both proprietary and resold services as part of your core IaaS and PaaS offering, select ‘Reseller’.
9
+
10
+ If you may use another’s service resold if it is ancillary to the core IaaS or PaaS service, but will provide the core IaaS or PaaS services entirely without reselling in the normal operation of your services, select ‘Sole Control’.
11
+
12
+ followup:
13
+ iso9001certificationURL:
14
+ - reseller
15
+ - sole-control
16
+ areYouReliantForSomeAccreditations:
17
+ - reseller
18
+ - sole-control
19
+ iso27018certificationURL:
20
+ - reseller
21
+ - sole-control
22
+
23
+ type: radios
24
+ options:
25
+ - label: Reseller
26
+ value: reseller
27
+ - label: Sole Control of the Infrastructure
28
+ value: sole-control
29
+
30
+ validations:
31
+ - name: answer_required
32
+ message: You must select if you have in place processes to provide user support
@@ -0,0 +1,19 @@
1
+
2
+ name: Are you reliant on the Cloud Service Provider for some accreditations
3
+ question: Are you reliant on the Cloud Service Provider for some accreditations required by the specification for this Lot, such as cloud security related ISOs?
4
+ question_advice: This means that because the services will be resold in their entirety, the service may be accredited in the original supplier’s name, but you will not need to hold that accreditation directly
5
+
6
+ type: boolean
7
+ hidden: true
8
+
9
+ followup:
10
+ iso14001certificationURL:
11
+ - true
12
+ iso27001certificationURL:
13
+ - true
14
+ iso27017certificationURL:
15
+ - true
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must select an option
@@ -0,0 +1,23 @@
1
+
2
+ name: ISO 14001 certification
3
+ question: Provide your ISO 14001 certification
4
+ hint: This file must be in an open document format and have a maximum file size of 5MB
5
+
6
+ type: upload
7
+ hidden: true
8
+
9
+ file_settings:
10
+ name: iso-14001-certification
11
+ max_size: 5
12
+ file_types:
13
+ - open_document
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: You must upload your ISO 14001 certification
18
+ - name: file_is_valid_format
19
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
20
+ - name: file_is_less_than_5mb
21
+ message: The file must be smaller than 5MB.
22
+ - name: file_can_be_saved
23
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,23 @@
1
+
2
+ name: ISO 27001 certification
3
+ question: Provide your ISO 27001 certification
4
+ hint: This file must be in an open document format and have a maximum file size of 5MB
5
+
6
+ type: upload
7
+ hidden: true
8
+
9
+ file_settings:
10
+ name: iso-27001-certification
11
+ max_size: 5
12
+ file_types:
13
+ - open_document
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: You must upload your ISO 27001 certification
18
+ - name: file_is_valid_format
19
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
20
+ - name: file_is_less_than_5mb
21
+ message: The file must be smaller than 5MB.
22
+ - name: file_can_be_saved
23
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,23 @@
1
+
2
+ name: ISO 27017 certification
3
+ question: Provide your ISO 27017 certification
4
+ hint: This file must be in an open document format and have a maximum file size of 5MB
5
+
6
+ type: upload
7
+ hidden: true
8
+
9
+ file_settings:
10
+ name: iso-27017-certification
11
+ max_size: 5
12
+ file_types:
13
+ - open_document
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: You must upload your ISO 27017 certification
18
+ - name: file_is_valid_format
19
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
20
+ - name: file_is_less_than_5mb
21
+ message: The file must be smaller than 5MB.
22
+ - name: file_can_be_saved
23
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,23 @@
1
+
2
+ name: ISO 27018 certification
3
+ question: Provide your ISO 27018 certification
4
+ hint: This file must be in an open document format and have a maximum file size of 5MB
5
+
6
+ type: upload
7
+ hidden: true
8
+
9
+ file_settings:
10
+ name: iso-27018-certification
11
+ max_size: 5
12
+ file_types:
13
+ - open_document
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: You must upload your ISO 27018 certification
18
+ - name: file_is_valid_format
19
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
20
+ - name: file_is_less_than_5mb
21
+ message: The file must be smaller than 5MB.
22
+ - name: file_can_be_saved
23
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,23 @@
1
+
2
+ name: ISO 9001 certification
3
+ question: Provide your ISO 9001 certification
4
+ hint: This file must be in an open document format and have a maximum file size of 5MB
5
+
6
+ type: upload
7
+ hidden: true
8
+
9
+ file_settings:
10
+ name: iso-9001-certification
11
+ max_size: 5
12
+ file_types:
13
+ - open_document
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: You must upload your ISO 9001 certification
18
+ - name: file_is_valid_format
19
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
20
+ - name: file_is_less_than_5mb
21
+ message: The file must be smaller than 5MB.
22
+ - name: file_can_be_saved
23
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,16 @@
1
+ name: Are you a reseller?
2
+ question: Are you a reseller?
3
+
4
+ depends:
5
+ - "on": route
6
+ being:
7
+ - iaas-and-paas
8
+
9
+ type: multiquestion
10
+ questions:
11
+ - areYouAReseller1a
12
+ - iso9001certificationURL
13
+ - areYouReliantForSomeAccreditations
14
+ - iso14001certificationURL
15
+ - iso27001certificationURL
16
+ - iso27017certificationURL
@@ -0,0 +1,17 @@
1
+ name: Are you a reseller?
2
+ question: Are you a reseller?
3
+
4
+ depends:
5
+ - "on": route
6
+ being:
7
+ - iaas-and-paas-above-official
8
+
9
+ type: multiquestion
10
+ questions:
11
+ - areYouAReseller1b
12
+ - iso9001certificationURL
13
+ - areYouReliantForSomeAccreditations
14
+ - iso14001certificationURL
15
+ - iso27001certificationURL
16
+ - iso27017certificationURL
17
+ - iso27018certificationURL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",