Skip to content

Commit da6e82c

Browse files
author
vikasrohit
authored
Merge pull request #1273 from appirio-tech/feature/mobility-testing
Github issue#1198, Mobility Testing product on Connect
2 parents 32f3192 + f5c6c76 commit da6e82c

File tree

1 file changed

+1
-63
lines changed

1 file changed

+1
-63
lines changed

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

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sections = [
2222
const product = _.get(project, 'details.products[0]')
2323
if (showProduct && product) {
2424
const prd = findProduct(product)
25-
if (prd) return prd
25+
if (prd) return prd.name
2626
}
2727
return 'Definition'
2828
},
@@ -296,68 +296,6 @@ const sections = [
296296
}
297297
]
298298
}
299-
/*,
300-
{
301-
id: 'devSpecification',
302-
title: 'Development Specification',
303-
description: 'Define some basic technical requirements for your application or provide any architecture or technical guidelines. Skip this section if you dont know what is required.',
304-
required: false,
305-
subSections: [
306-
{
307-
id: 'questions',
308-
required: false,
309-
title: 'Questions',
310-
description: '',
311-
type: 'questions',
312-
questions: [
313-
{
314-
icon: 'question',
315-
title: 'How should your application be built?',
316-
description: 'Choose the operating system/platform for your application',
317-
type: 'checkbox-group',
318-
options: [
319-
{value: 'ios', label: 'iOS'},
320-
{value: 'android', label: 'Android'},
321-
{value: 'web', label: 'Web'},
322-
{value: 'hybrid', label: 'Hybrid'}
323-
],
324-
fieldName: 'details.devSpecification.platform'
325-
},
326-
{
327-
icon: 'question',
328-
title: 'Is offline access required for your application?',
329-
description: 'Do your users need to use the application when they are unable to connect to the internet?',
330-
type: 'radio-group',
331-
options: [
332-
{value: 'true', label: 'Yes'},
333-
{value: 'false', label: 'No'}
334-
],
335-
fieldName: 'details.devSpecification.offlineAccess'
336-
},
337-
{
338-
icon: 'question',
339-
title: 'What level of security is needed for your application?',
340-
description: 'Do you expect to be storing or transmitting personal or sensitive information?',
341-
type: 'radio-group',
342-
options: [
343-
{value: 'standard', label: 'Standard - Nothing to do here'},
344-
{value: 'enhanced', label: 'Enhanced'},
345-
{value: 'maximumm', label: 'Maximum'}
346-
],
347-
fieldName: 'details.devSpecification.securityLevel'
348-
}
349-
]
350-
},
351-
{
352-
id: 'notes',
353-
required: false,
354-
fieldName: 'details.devSpecification.notes',
355-
title: 'Notes',
356-
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
357-
type: 'notes'
358-
}
359-
]
360-
}*/
361299
]
362300

363301
export default sections

0 commit comments

Comments
 (0)