ccs-digitalmarketplace-frameworks 9.2.22 → 9.2.23
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/services_search_filters.yml +3 -3
- package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupport.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportFilter.yml +28 -0
- package/frameworks/g-cloud-15/questions/services/onsiteSupport.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/onsiteSupportFilter.yml +27 -0
- package/frameworks/g-cloud-15/questions/services/webChatSupport.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/webChatSupportFilter.yml +28 -0
- package/package.json +1 -1
|
@@ -243,10 +243,10 @@
|
|
|
243
243
|
singular: user support filter
|
|
244
244
|
plural: user support filters
|
|
245
245
|
questions:
|
|
246
|
-
-
|
|
246
|
+
- emailOrTicketingSupportFilter
|
|
247
247
|
- phoneSupport
|
|
248
|
-
-
|
|
249
|
-
-
|
|
248
|
+
- webChatSupportFilter
|
|
249
|
+
- onsiteSupportFilter
|
|
250
250
|
|
|
251
251
|
-
|
|
252
252
|
name: User support accessibility
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
id: emailOrTicketingSupport
|
|
2
|
+
name: Email or online ticketing support
|
|
3
|
+
question: (filter) email or online ticketing support
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: radios
|
|
15
|
+
options:
|
|
16
|
+
- label: "Yes"
|
|
17
|
+
value: "yes"
|
|
18
|
+
filter_label: "email or online ticketing"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: emailOrTicketingSupport
|
|
21
|
+
any_of:
|
|
22
|
+
- yes_extra_cost
|
|
23
|
+
- label: Yes, at extra cost
|
|
24
|
+
value: yes_extra_cost
|
|
25
|
+
filter_ignore: true
|
|
26
|
+
- label: "No"
|
|
27
|
+
value: "no"
|
|
28
|
+
filter_ignore: true
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
id: onsiteSupport
|
|
2
|
+
name: Onsite support
|
|
3
|
+
question: (filter) onsite support
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
|
|
13
|
+
type: radios
|
|
14
|
+
options:
|
|
15
|
+
- label: "Yes"
|
|
16
|
+
value: "yes"
|
|
17
|
+
derived_from:
|
|
18
|
+
question: onsiteSupport
|
|
19
|
+
any_of:
|
|
20
|
+
- yes_extra_cost
|
|
21
|
+
filter_label: "onsite support"
|
|
22
|
+
- label: Yes, at extra cost
|
|
23
|
+
value: yes_extra_cost
|
|
24
|
+
filter_ignore: true
|
|
25
|
+
- label: "No"
|
|
26
|
+
value: "no"
|
|
27
|
+
filter_ignore: true
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
id: webChatSupport
|
|
2
|
+
name: Web chat support
|
|
3
|
+
question: (filter) web chat support
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: radios
|
|
15
|
+
options:
|
|
16
|
+
- label: "Yes"
|
|
17
|
+
value: "yes"
|
|
18
|
+
filter_label: "web chat"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: webChatSupport
|
|
21
|
+
any_of:
|
|
22
|
+
- yes_extra_cost
|
|
23
|
+
- label: Yes, at an extra cost
|
|
24
|
+
value: yes_extra_cost
|
|
25
|
+
filter_ignore: true
|
|
26
|
+
- label: "No"
|
|
27
|
+
value: "no"
|
|
28
|
+
filter_ignore: true
|