ccs-digitalmarketplace-frameworks 9.1.5 → 9.2.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/services_search_filters.yml +15 -2
- package/frameworks/g-cloud-15/questions/services/freeVersionTrialOption.yml +8 -0
- package/frameworks/g-cloud-15/questions/services/serviceCategoriesAll.yml +196 -0
- package/frameworks/g-cloud-15/questions/services/serviceCategoriesHosting.yml +42 -0
- package/frameworks/g-cloud-15/questions/services/serviceCategoriesSoftware2a.yml +37 -0
- package/frameworks/g-cloud-15/questions/services/serviceCategoriesSoftware2b.yml +67 -0
- package/frameworks/g-cloud-15/questions/services/serviceCategoriesSupport.yml +51 -0
- package/frameworks/g-cloud-15/search_mappings/services.json +8 -0
- package/package.json +1 -1
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
slug: taxonomies-all
|
|
4
4
|
filter_settings:
|
|
5
5
|
tier_restriction: 2
|
|
6
|
+
independent_selection: true
|
|
6
7
|
name: serviceCategories
|
|
7
|
-
hint: Selecting a taxonomy
|
|
8
|
+
hint: Selecting a taxonomy finds services in any of its sub-taxonomies
|
|
8
9
|
item_name:
|
|
9
10
|
singular: taxonomy filter
|
|
10
11
|
plural: taxonomy filters
|
|
@@ -16,8 +17,9 @@
|
|
|
16
17
|
slug: taxonomies
|
|
17
18
|
filter_settings:
|
|
18
19
|
tier_restriction: 2
|
|
20
|
+
independent_selection: true
|
|
19
21
|
name: serviceCategories
|
|
20
|
-
hint: Selecting a taxonomy
|
|
22
|
+
hint: Selecting a taxonomy finds services in any of its sub-taxonomies
|
|
21
23
|
item_name:
|
|
22
24
|
singular: taxonomy filter
|
|
23
25
|
plural: taxonomy filters
|
|
@@ -138,3 +140,14 @@
|
|
|
138
140
|
plural: connected public sector network filters
|
|
139
141
|
questions:
|
|
140
142
|
- publicSectorNetworksTypes
|
|
143
|
+
|
|
144
|
+
-
|
|
145
|
+
name: Pricing options
|
|
146
|
+
slug: pricing-options
|
|
147
|
+
filter_settings:
|
|
148
|
+
item_name:
|
|
149
|
+
singular: pricing option filter
|
|
150
|
+
plural: pricing option filters
|
|
151
|
+
questions:
|
|
152
|
+
- educationPricing
|
|
153
|
+
- freeVersionTrialOption
|
|
@@ -2,6 +2,14 @@ name: Free trial available
|
|
|
2
2
|
question: Do you provide a free trial option for your service?
|
|
3
3
|
filter_label: free trial
|
|
4
4
|
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
|
|
5
13
|
followup:
|
|
6
14
|
freeVersionDescription:
|
|
7
15
|
- True
|