Skip to content

Commit 700374d

Browse files
authored
Merge pull request #1494 from appirio-tech/feature/hide-latest-offerings
hiding latest offerings
2 parents 1f57ebf + be9b3eb commit 700374d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/config/projectWizard/index.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,15 @@ const products = {
181181
question: 'What type of analytics project are you interested in?',
182182
id: 'analytics',
183183
aliases: ['all-analytics'],
184-
hidden: false,
184+
hidden: true,
185185
subtypes: {
186186
'Computer Vision': {
187187
brief: 'TBD',
188188
details: 'Recognize patters in images, compute correspondences, etc.',
189189
icon: 'product-analytics-computer-vision',
190190
id: 'computer_vision',
191-
aliases: ['computer-vision', 'computer_vision']
191+
aliases: ['computer-vision', 'computer_vision'],
192+
hidden: true
192193
},
193194
// 'Algorithm Optimization': {
194195
// brief: 'TBD',
@@ -209,7 +210,8 @@ const products = {
209210
details: 'Review your data, extrapolate patterns, and suggest solutions',
210211
icon: 'product-analytics-data-exploration',
211212
id: 'data_exploration',
212-
aliases: ['data-exploration', 'data_exploration']
213+
aliases: ['data-exploration', 'data_exploration'],
214+
hidden: true
213215
}
214216
}
215217
},
@@ -247,7 +249,8 @@ const products = {
247249
details: 'Measure your code base against our security baseline using the crowd and tooling ',
248250
icon: 'product-qa-health-check',
249251
id: 'health_check',
250-
aliases: ['health-check', 'health_check' ]
252+
aliases: ['health-check', 'health_check' ],
253+
hidden: true
251254
},
252255
'Performance Tuning': {
253256
brief: 'TBD',

0 commit comments

Comments
 (0)