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/enterprise_mobile.v1.0.js
+33-28Lines changed: 33 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ const sections = [
43
43
validationError: 'Please let us know the target device',
44
44
title: 'App Type',
45
45
description: 'What type of application are we developing? Please \
46
-
place an X in the Required column for each required app \
46
+
the required app \
47
47
type. Please note that each additional app type incurs \
48
48
a cost, but that the cost will be detailed and broken \
49
49
out in the final project proposal. ',
@@ -53,7 +53,7 @@ const sections = [
53
53
{value: 'ios',label: 'iOS App - An app built for iPhone or iPads'},
54
54
{value: 'android',label: 'Android App - An app built for mobile phones or tablets running Android.'},
55
55
{value: 'hybrid',label: 'Hybrid App - An app built using a hybrid framework (ex. Ionic/Cordova/Xamarin) and exported to one or more operating systems (iOS, Android or both).'},
56
-
{value: 'web',label: 'Progressive Mobile Web App - An app that is accessed by using a mobile web browser like Safari or Chrome, but that provides a native mobile app experience (rich features, i.e access device features such as GPS)'}
56
+
{value: 'web',label: 'Mobile Web App - An app that is accessed by using a mobile web browser like Safari or Chrome.'}
57
57
]
58
58
},
59
59
{
@@ -92,7 +92,7 @@ const sections = [
92
92
{
93
93
required: false,
94
94
hideTitle: false,
95
-
title: 'Style Guide & Brand Guidelines -- Please add your answers below. If you do not know the answer, please add “Open to suggestions from the community/looking for creative solutions”',
95
+
title: 'Style Guide & Brand Guidelines - Please add your answers below. If you do not know the answer, please add “Open to suggestions from the community/looking for creative solutions”',
96
96
description: '',
97
97
type: 'questions',
98
98
questions: [
@@ -133,7 +133,7 @@ const sections = [
133
133
{
134
134
required: false,
135
135
hideTitle: false,
136
-
title: 'User Roles',
136
+
title: 'User Roles - Please use the fields below to specify the type of users/roles for the application. If the role is not applicable, please enter N/A',
137
137
type: 'questions',
138
138
description: 'Please select each for each user type/role. Please provide details on what the user/role should do in the Description column.',
139
139
questions: [
@@ -166,7 +166,7 @@ const sections = [
166
166
{
167
167
required: false,
168
168
hideTitle: false,
169
-
title: 'Integrations',
169
+
title: ' - Will this application be dependant on data from another system or tool? If yes, please briefly describe that dependency here. This can include integration with an API or an existing backend/database.',
170
170
description: 'Will this application be dependant on data from another system or tool? If yes, please briefly describe that dependency here. This can include integration with an API or an existing backend/database.',
171
171
type: 'questions',
172
172
questions: [
@@ -200,16 +200,14 @@ const sections = [
200
200
id: 'screen-features',
201
201
required: false,
202
202
hideTitle: false,
203
-
title: 'Screens and Features',
203
+
title: 'Screen and Features',
204
204
description: '',
205
205
type: 'questions',
206
206
questions: [
207
207
{
208
208
icon: 'question',
209
209
title: 'Screen / Feature List',
210
-
description: 'Please note that each added feature incurs a cost, \
211
-
but that the cost will be detailed and broken out in the \
212
-
final project proposal. ',
210
+
description: 'Please select each required feature. Please note that each added feature incurs a cost, but that the cost will be detailed and broken out in the final project proposal. ',
213
211
fieldName: 'details.appDefinition.screens',
214
212
type: 'checkbox-group',
215
213
options: [
@@ -247,8 +245,8 @@ const sections = [
247
245
248
246
{
249
247
icon: 'question',
250
-
title: 'Tech Features',
251
-
description: '',
248
+
title: 'Technology Requirements',
249
+
description: 'Please select each required technology requirement above',
252
250
fieldName: 'details.appDefinition.techFeatures',
253
251
type: 'checkbox-group',
254
252
options: [
@@ -275,7 +273,7 @@ const sections = [
275
273
id: 'techStack',
276
274
required: false,
277
275
hideTitle: false,
278
-
title: 'Technology Stack',
276
+
title: 'Technology Stack - Do you have a preferred technology stack? If yes, please list those requirements here:',
279
277
description: 'Do you have a preferred technology stack? If yes, please list those requirements here:',
280
278
type: 'questions',
281
279
questions: [
@@ -332,14 +330,14 @@ const sections = [
332
330
title: 'Security Requirements',
333
331
type: 'checkbox-group',
334
332
options: [
335
-
{value: 'standard',label: 'Standard Security'},
336
-
{value: 'enterprise',label: 'Enterprise - if your application will house\
337
-
or transmit PII or sensitive data. The data will be encrypted on the device and the server.'},
338
-
{value: 'vulnerability',label: 'Vulnerability Scanning - Scan your application for weaknesses'},
339
-
{value: 'auditing',label: 'Audit - Auditing will record user information on actions performed.'},
340
-
{value: 'confidential',label: 'System will be working with confidential, health or financial records'}
333
+
{value: 'standard',label: 'Standard Security - Select this option if your app requires standard security.'},
334
+
{value: 'enterprise',label: 'Enterprise - Select this option if your application will house or transmit PII or sensitive data. The data will be encrypted on the device and the server.'},
335
+
{value: 'vulnerability',label: 'Vulnerability Scanning - Vulnerability scanning is a security technique used to identify security weaknesses in a computer system.'},
336
+
{value: 'auditing',label: 'Audit - Is it necessary to audit user actions? Auditing will keep a record of specific user actions like data creation/modification and will be helpful in identifying which user performed a particular action.'},
337
+
{value: 'confidential',label: 'Confidential Information, Sensitive Financial Data or Personally Identifiable Information (PII) - Will the user be working directly with financial or other protected information such has health records?'},
338
+
{value: 'mdm',label: 'Mobile Device Management (MDM) - Do you employ an MDM solution? If yes, what service do you use?'}
341
339
],
342
-
description: 'Please select each for each required security requirement.',
340
+
description: 'Please select each required security requirement above.'
343
341
},
344
342
{
345
343
icon: 'question',
@@ -348,13 +346,20 @@ const sections = [
348
346
fieldName: 'details.qaTesting.testing',
349
347
type: 'checkbox-group',
350
348
options: [
351
-
{value: 'rw-unstructured',label: 'Real World Unstructured - Users search on their own for bugs or usability issues.'},
352
-
{value: 'rw-structured',label: 'Structured Functional - execution of predefined test scripts'},
353
-
{value: 'testcases',label: 'Test Case Creation - creation of scenarios, instructions and exepected results'},
354
-
{value: 'certification',label: 'Certify your mobile application release against predefined device set including.'},
355
-
{value: 'devicelab',label: 'Test real devices in real cell networks across the world'},
356
-
{value: 'performanceTuning',label: 'Identify and provide perfromance improvements'},
357
-
{value: 'performanceTesting',label: 'Testing web application robustness'},
349
+
{value: 'rw-unstructured',label: 'Real World Unstructured - Functional testing performed without test scripts. Users search on their own for bugs or usability issues.'},
350
+
{value: 'rw-structured',label: 'Real World Testing - Structured - Test case based execution, covering all the functional requirements & cross-browser device testing.'},
Creation of test cases/test scenarios including scenario setup, pre/post conditions to scenario, instructions to execute scenario, and expected results'},
353
+
{value: 'certification',label: 'App Certification - Certify your mobile application release against predefined device set including; \
354
+
\
355
+
--App profiling to see the device vital monitoring – CPU, battery and memory usage of APP;\
356
+
\
357
+
--App behavior analysis in different modes (inactive, active, low battery, );\
358
+
\
359
+
--App performance under various interrupts, under simulated network conditions, etc. '},
360
+
{value: 'devicelab',label: 'Mobile Device Lab on Hire - Allows you to remotely access devices in real cell networks across the world'},
361
+
{value: 'performanceTuning',label: 'Performance Testing - Testing web application’s robustness, availability, and reliability for defined business scenarios and concurrent users.'},
362
+
{value: 'performanceTesting',label: 'Performance Tuning - Analyze and identify performance issues, actionable items for improvement.'},
358
363
]
359
364
},
360
365
{
@@ -378,7 +383,7 @@ const sections = [
378
383
{
379
384
icon: 'question',
380
385
title: 'User Acceptance / Beta Testing',
381
-
description: 'UAT is the process of sharing the final application with users and gathering feedback. Please select each for each required UAT requirement.',
386
+
description: 'UAT is the process of sharing the final application with users and gathering feedback. Please select each required UAT requirement.',
0 commit comments