ccs-digitalmarketplace-frameworks 5.2.9 → 5.3.0
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/evaluations.yml +15 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/areYouAReseller.yml +2 -1
- package/frameworks/g-cloud-15/questions/additional-lot-questions/iso9001certificationSoleControlURL.yml +23 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/maximisingBuyerValueComment.yml +19 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/maximisingBuyerValueScore.yml +21 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqSelectionQuestions.yml +1 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/qualityCloudServicesComment.yml +19 -0
- package/frameworks/g-cloud-15/questions/additional-lot-questions/qualityCloudServicesScore.yml +19 -0
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
-
|
|
2
|
+
name: Quality Cloud Services
|
|
3
|
+
slug: evaluation-questions-quality-cloud-services
|
|
4
|
+
editable: True
|
|
5
|
+
questions:
|
|
6
|
+
- qualityCloudServicesScore
|
|
7
|
+
- qualityCloudServicesComment
|
|
8
|
+
|
|
9
|
+
-
|
|
10
|
+
name: Maximising Buyer Value
|
|
11
|
+
slug: evaluation-questions-maximising-buyer-value
|
|
12
|
+
editable: True
|
|
13
|
+
questions:
|
|
14
|
+
- maximisingBuyerValueScore
|
|
15
|
+
- maximisingBuyerValueComment
|
|
@@ -13,13 +13,14 @@ followup:
|
|
|
13
13
|
- reseller
|
|
14
14
|
iso9001certificationURL:
|
|
15
15
|
- reseller
|
|
16
|
-
- sole-control
|
|
17
16
|
iso27001certificationURL:
|
|
18
17
|
- reseller
|
|
19
18
|
iso20000_1certificationURL:
|
|
20
19
|
- reseller
|
|
21
20
|
areYouReliantForSomeAccreditations:
|
|
22
21
|
- reseller
|
|
22
|
+
iso9001certificationSoleControlURL:
|
|
23
|
+
- sole-control
|
|
23
24
|
iso14001certificationSoleControlURL:
|
|
24
25
|
- sole-control
|
|
25
26
|
iso27001certificationSoleControlURL:
|
|
@@ -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.
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/maximisingBuyerValueComment.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Comments for "Maximising Buyer Value"
|
|
2
|
+
question: Comments for "Maximising Buyer Value"
|
|
3
|
+
type: textbox_large
|
|
4
|
+
max_length_in_words: 500
|
|
5
|
+
depends:
|
|
6
|
+
- "on": "route"
|
|
7
|
+
being:
|
|
8
|
+
- cloud-hosting
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: 'You need to answer this question'
|
|
14
|
+
-
|
|
15
|
+
name: under_500_words
|
|
16
|
+
message: Your answer must be no more than 500 words
|
|
17
|
+
|
|
18
|
+
- name: under_character_limit
|
|
19
|
+
message: Your answer must be no longer than 5000 characters.
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/maximisingBuyerValueScore.yml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
name: Score for "Maximising Buyer Value"
|
|
2
|
+
question: Score for "Maximising Buyer Value"
|
|
3
|
+
depends:
|
|
4
|
+
- "on": "route"
|
|
5
|
+
being:
|
|
6
|
+
- cloud-hosting
|
|
7
|
+
|
|
8
|
+
type: radios
|
|
9
|
+
options:
|
|
10
|
+
- label: "0"
|
|
11
|
+
value: "0"
|
|
12
|
+
- label: "33"
|
|
13
|
+
value: "33"
|
|
14
|
+
- label: "66"
|
|
15
|
+
value: "66"
|
|
16
|
+
- label: "100"
|
|
17
|
+
value: "100"
|
|
18
|
+
|
|
19
|
+
validations:
|
|
20
|
+
- name: answer_required
|
|
21
|
+
message: You must select an option
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqSelectionQuestions.yml
CHANGED
|
@@ -18,6 +18,7 @@ questions:
|
|
|
18
18
|
- iso27017certificationURL
|
|
19
19
|
- areYouBiddingForLot1b
|
|
20
20
|
- iso27018certificationURL
|
|
21
|
+
- iso9001certificationSoleControlURL
|
|
21
22
|
- iso14001certificationSoleControlURL
|
|
22
23
|
- iso27001certificationSoleControlURL
|
|
23
24
|
- iso20000_1certificationSoleControlURL
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/qualityCloudServicesComment.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Comments for "Quality Cloud Services"
|
|
2
|
+
question: Comments for "Quality Cloud Services"
|
|
3
|
+
type: textbox_large
|
|
4
|
+
max_length_in_words: 500
|
|
5
|
+
depends:
|
|
6
|
+
- "on": "route"
|
|
7
|
+
being:
|
|
8
|
+
- cloud-hosting
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: 'You need to answer this question'
|
|
14
|
+
-
|
|
15
|
+
name: under_500_words
|
|
16
|
+
message: Your answer must be no more than 500 words
|
|
17
|
+
|
|
18
|
+
- name: under_character_limit
|
|
19
|
+
message: Your answer must be no longer than 5000 characters.
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/qualityCloudServicesScore.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Score for "Quality Cloud Services"
|
|
2
|
+
question: Score for "Quality Cloud Services"
|
|
3
|
+
depends:
|
|
4
|
+
- "on": "route"
|
|
5
|
+
being:
|
|
6
|
+
- cloud-hosting
|
|
7
|
+
|
|
8
|
+
type: radios
|
|
9
|
+
options:
|
|
10
|
+
- label: "0"
|
|
11
|
+
value: "0"
|
|
12
|
+
- label: "50"
|
|
13
|
+
value: "50"
|
|
14
|
+
- label: "100"
|
|
15
|
+
value: "100"
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
message: You must select an option
|