You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/projectQuestions/mobility_testing.v1.0.js
+1-63Lines changed: 1 addition & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ const sections = [
22
22
constproduct=_.get(project,'details.products[0]')
23
23
if(showProduct&&product){
24
24
constprd=findProduct(product)
25
-
if(prd)returnprd
25
+
if(prd)returnprd.name
26
26
}
27
27
return'Definition'
28
28
},
@@ -296,68 +296,6 @@ const sections = [
296
296
}
297
297
]
298
298
}
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?',
description: 'Add any other important information regarding your project (e.g., links to documents or existing applications, budget or timeing constraints)',
0 commit comments