Skip to content

Commit 8df9a2b

Browse files
committed
Merge branch 'hotfix/perf-tuning' into dev
2 parents 62cb67f + 9ce7dc7 commit 8df9a2b

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

src/config/projectWizard/index.js

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,37 @@ const products = {
5757
icon: 'product-chatbot-chatbot',
5858
id: 'generic_chatbot',
5959
aliases: ['chatbot', 'generic_chatbot']
60+
},
61+
'Computer Vision': {
62+
brief: 'TBD',
63+
details: 'Work with images to recognize patterns, compute correspondences, etc',
64+
icon: 'product-qa-crowd-testing',
65+
id: 'computer_vision',
66+
aliases: ['computer-vision', 'computer_vision'],
67+
hidden : true
68+
}, /*,
69+
'Algorithm Optimization': {
70+
brief: 'TBD',
71+
details: 'Boost the performance (speed or accuracy) of an existing or new algorithm',
72+
icon: 'product-qa-crowd-testing',
73+
id: 'algorithm_optimization',
74+
aliases: ['algorithm_optimization', 'algorithm-optimization', 'algo_optimization']
75+
},
76+
'Predictive Analytics': {
77+
brief: 'TBD',
78+
details: 'Starting with a set of data and well-defined objectives, model trends and predict outcomes',
79+
icon: 'product-qa-crowd-testing',
80+
id: 'predictive-analytics',
81+
aliases: ['predictive-analytics', 'predictive_analytics']
82+
},
83+
*/
84+
'Data Exploration': {
85+
brief: 'TBD',
86+
details: 'Ask a crowd of experts to look at your data, understand your goals, and suggest solutions',
87+
icon: 'product-qa-crowd-testing',
88+
id: 'data_exploration',
89+
aliases: ['data-exploration', 'data_exploration'],
90+
hidden : true
6091
}
6192
}
6293
},
@@ -252,6 +283,47 @@ const products = {
252283
}
253284
}
254285
}
286+
287+
/*
288+
Analytics: {
289+
icon: 'product-cat-qa',
290+
info: 'Test and fix bugs in your software',
291+
question: 'What kind of quality assurance (QA) do you need?',
292+
id: 'analytics',
293+
aliases: ['all-analytics'],
294+
hidden: true,
295+
subtypes: {
296+
'Computer Vision': {
297+
brief: 'TBD',
298+
details: 'Work with images to recognize patterns, compute correspondences, etc',
299+
icon: 'product-qa-crowd-testing',
300+
id: 'computer_vision',
301+
aliases: ['computer-vision', 'computer_vision']
302+
},
303+
'Algorithm Optimization': {
304+
brief: 'TBD',
305+
details: 'Boost the performance (speed or accuracy) of an existing or new algorithm',
306+
icon: 'product-qa-crowd-testing',
307+
id: 'algorithm_optimization',
308+
aliases: ['algorithm_optimization', 'algorithm-optimization', 'algo_optimization']
309+
},
310+
'Predictive Analytics': {
311+
brief: 'TBD',
312+
details: 'Starting with a set of data and well-defined objectives, model trends and predict outcomes',
313+
icon: 'product-qa-crowd-testing',
314+
id: 'predictive-analytics',
315+
aliases: ['predictive-analytics', 'predictive_analytics']
316+
},
317+
'Data Exploration': {
318+
brief: 'TBD',
319+
details: 'Ask a crowd of experts to look at your data, understand your goals, and suggest solutions',
320+
icon: 'product-qa-crowd-testing',
321+
id: 'data-exploration',
322+
aliases: ['data-exploration', 'data_exploration']
323+
}
324+
}
325+
}
326+
*/
255327
}
256328

257329
export default products

0 commit comments

Comments
 (0)