Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions src/config/projectQuestions/health_check.v1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const sections = [
},
{
icon: 'question',
title: 'How secure is your application?',
description: '(this helps default values for the testing)',
title: 'What is the maximum level of acceptable risk for this application?',
description: 'Based on the features and data, how secure do you feel this application should be?',
fieldName: 'details.security.howSecure',
type: 'slide-radiogroup',
options: [
Expand Down Expand Up @@ -148,13 +148,7 @@ const sections = [
accessing your code base',
description: '',
fieldName: 'details.security.additionalInfo',
type: 'radio-group',
options: [
{value: 'topcoder', label: 'Topcoder'},
{value: 'custom', label: 'Custom'}
],
required: true,
validationError: 'Please select one'
type: 'textbox'
}
]
},
Expand Down Expand Up @@ -224,8 +218,8 @@ export const basicSections = [
},
{
icon: 'question',
title: 'How secure is your application?',
description: '(this helps default values for the testing)',
title: 'What is the maximum level of acceptable risk for this application?',
description: 'Based on the features and data, how secure do you feel this application should be?',
fieldName: 'details.security.howSecure',
type: 'slide-radiogroup',
options: [
Expand Down
9 changes: 4 additions & 5 deletions src/config/projectWizard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const products = {
brief: 'TBD',
details: 'Review your data, extrapolate patterns, and suggest solutions',
icon: 'product-analytics-data-exploration',
id: 'data-exploration',
id: 'data_exploration',
aliases: ['data-exploration', 'data_exploration']
}
}
Expand Down Expand Up @@ -209,7 +209,7 @@ const products = {
icon: 'product-qa-website-performance',
id: 'performance_tuning',
aliases: ['performance-tuning', 'performance_tuning'],
hidden: false
hidden: false
},
'Performance Testing': {
brief: 'TBD',
Expand All @@ -222,10 +222,9 @@ const products = {
'Health Security Check': {
brief: 'TBD',
details: 'Measure your code base against our security baseline using the crowd and tooling ',
icon: 'product-qa-mobility-testing',
icon: 'product-qa-health-check',
id: 'health_check',
aliases: ['health-check', 'health_check'],
hidden: true
aliases: ['health-check', 'health_check' ]
},
'Digital Accessibility': {
brief: 'TBD',
Expand Down