Skip to content

Commit 40934b1

Browse files
authored
Merge pull request #1440 from appirio-tech/feature/pref-tuning
fixed question
2 parents 37abfff + 4117b3a commit 40934b1

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

src/config/projectQuestions/health_check.v1.0.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const sections = [
7070
},
7171
{
7272
icon: 'question',
73-
title: 'How secure is your application?',
74-
description: '(this helps default values for the testing)',
73+
title: 'What is the maximum level of acceptable risk for this application?',
74+
description: 'Based on the features and data, how secure do you feel this application should be?',
7575
fieldName: 'details.security.howSecure',
7676
type: 'slide-radiogroup',
7777
options: [
@@ -148,13 +148,7 @@ const sections = [
148148
accessing your code base',
149149
description: '',
150150
fieldName: 'details.security.additionalInfo',
151-
type: 'radio-group',
152-
options: [
153-
{value: 'topcoder', label: 'Topcoder'},
154-
{value: 'custom', label: 'Custom'}
155-
],
156-
required: true,
157-
validationError: 'Please select one'
151+
type: 'textbox'
158152
}
159153
]
160154
},
@@ -224,8 +218,8 @@ export const basicSections = [
224218
},
225219
{
226220
icon: 'question',
227-
title: 'How secure is your application?',
228-
description: '(this helps default values for the testing)',
221+
title: 'What is the maximum level of acceptable risk for this application?',
222+
description: 'Based on the features and data, how secure do you feel this application should be?',
229223
fieldName: 'details.security.howSecure',
230224
type: 'slide-radiogroup',
231225
options: [

src/config/projectWizard/index.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const products = {
177177
brief: 'TBD',
178178
details: 'Review your data, extrapolate patterns, and suggest solutions',
179179
icon: 'product-analytics-data-exploration',
180-
id: 'data-exploration',
180+
id: 'data_exploration',
181181
aliases: ['data-exploration', 'data_exploration']
182182
}
183183
}
@@ -209,7 +209,7 @@ const products = {
209209
icon: 'product-qa-website-performance',
210210
id: 'performance_tuning',
211211
aliases: ['performance-tuning', 'performance_tuning'],
212-
hidden: false
212+
hidden: false
213213
},
214214
'Performance Testing': {
215215
brief: 'TBD',
@@ -222,10 +222,9 @@ const products = {
222222
'Health Security Check': {
223223
brief: 'TBD',
224224
details: 'Measure your code base against our security baseline using the crowd and tooling ',
225-
icon: 'product-qa-mobility-testing',
225+
icon: 'product-qa-health-check',
226226
id: 'health_check',
227-
aliases: ['health-check', 'health_check'],
228-
hidden: true
227+
aliases: ['health-check', 'health_check' ]
229228
},
230229
'Digital Accessibility': {
231230
brief: 'TBD',

0 commit comments

Comments
 (0)