Skip to content

Commit 3c0d675

Browse files
committed
updated enterprise mobile
1 parent d428582 commit 3c0d675

File tree

1 file changed

+46
-41
lines changed

1 file changed

+46
-41
lines changed

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

Lines changed: 46 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const sections = [
5353
{ value: 'ios', label: 'iOS App - An app built for iPhone or iPads' },
5454
{ value: 'android', label: 'Android App - An app built for mobile phones or tablets running Android.' },
5555
{ 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: 'Mobile Web App - An app that is accessed by using a mobile web browser like Safari or Chrome.' }
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)' }
5757
]
5858
},
5959
{
@@ -75,7 +75,7 @@ const sections = [
7575
{
7676
icon: 'question',
7777
title: 'Form Factor/Orientation',
78-
description: 'Please place an X in the Required column for each \
78+
description: 'Please select each for each \
7979
form factor/orientation that must be supported.',
8080
fieldName: 'details.appDefinition.formFactor',
8181
type: 'checkbox-group',
@@ -92,7 +92,7 @@ const sections = [
9292
{
9393
required: false,
9494
hideTitle: false,
95-
title: 'Style Guide & Brand Guidelines',
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”',
9696
description: '',
9797
type: 'questions',
9898
questions: [
@@ -135,7 +135,7 @@ const sections = [
135135
hideTitle: false,
136136
title: 'User Roles',
137137
type: 'questions',
138-
description: 'Please place an X in the Required column for each user type/role. Please provide details on what the user/role should do in the Description column.',
138+
description: 'Please select each for each user type/role. Please provide details on what the user/role should do in the Description column.',
139139
questions: [
140140
{
141141
// required is not needed if we specifiy validations
@@ -200,7 +200,7 @@ const sections = [
200200
id: 'screen-features',
201201
required: false,
202202
hideTitle: false,
203-
title: 'Screen and Features',
203+
title: 'Screens and Features',
204204
description: '',
205205
type: 'questions',
206206
questions: [
@@ -339,12 +339,12 @@ const sections = [
339339
{ value: 'auditing', label: 'Audit - Auditing will record user information on actions performed.' },
340340
{ value: 'confidential', label: 'System will be working with confidential, health or financial records'}
341341
],
342-
description: 'Please place an X in the Required column for each required security requirement.',
342+
description: 'Please select each for each required security requirement.',
343343
},
344344
{
345345
icon: 'question',
346346
title: 'Quality Assurance, Test Data & Performance Testing',
347-
description: 'Please place an X in the Required column for each required QA requirement.',
347+
description: 'Please select each for each required QA requirement.',
348348
fieldName: 'details.qaTesting.testing',
349349
type: 'checkbox-group',
350350
options: [
@@ -378,7 +378,7 @@ const sections = [
378378
{
379379
icon: 'question',
380380
title: 'User Acceptance / Beta Testing',
381-
description: 'UAT is the process of sharing the final application with users and gathering feedback. Please place an X in the Required column for each required UAT requirement.',
381+
description: 'UAT is the process of sharing the final application with users and gathering feedback. Please select each for each required UAT requirement.',
382382
fieldName: 'details.qaTesting.uat',
383383
type: 'checkbox-group',
384384
options: [
@@ -398,7 +398,7 @@ const sections = [
398398
questions: [
399399
{
400400
icon: 'question',
401-
description: 'How much budget do you have? Please place an X in the Confirm column to specify your budget.',
401+
description: 'How much budget do you have?',
402402

403403
title: 'Budget',
404404
fieldName: 'details.loadDetails.budget',
@@ -415,7 +415,7 @@ const sections = [
415415
},
416416
{
417417
icon: 'question',
418-
description: 'When do you need your app by? Please place an X in the Confirm column to specify your timeline.',
418+
description: 'When do you need your app by? ',
419419
title: 'Timeline',
420420
fieldName: 'details.loadDetails.timeline',
421421
type: 'slide-radiogroup',
@@ -487,7 +487,7 @@ export const basicSections = [
487487
validationError: 'Please let us know the target device',
488488
title: 'App Type',
489489
description: 'What type of application are we developing? Please \
490-
place an X in the Required column for each required app \
490+
the required app \
491491
type. Please note that each additional app type incurs \
492492
a cost, but that the cost will be detailed and broken \
493493
out in the final project proposal. ',
@@ -519,7 +519,7 @@ export const basicSections = [
519519
{
520520
icon: 'question',
521521
title: 'Form Factor/Orientation',
522-
description: 'Please place an X in the Required column for each \
522+
description: 'Please select each for each \
523523
form factor/orientation that must be supported.',
524524
fieldName: 'details.appDefinition.formFactor',
525525
type: 'checkbox-group',
@@ -536,7 +536,7 @@ export const basicSections = [
536536
{
537537
required: false,
538538
hideTitle: false,
539-
title: 'Style Guide & Brand Guidelines',
539+
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”',
540540
description: '',
541541
type: 'questions',
542542
questions: [
@@ -577,9 +577,9 @@ export const basicSections = [
577577
{
578578
required: false,
579579
hideTitle: false,
580-
title: 'User Roles',
580+
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',
581581
type: 'questions',
582-
description: 'Please place an X in the Required column for each user type/role. Please provide details on what the user/role should do in the Description column.',
582+
description: 'Please select each for each user type/role. Please provide details on what the user/role should do in the Description column.',
583583
questions: [
584584
{
585585
// required is not needed if we specifiy validations
@@ -610,7 +610,7 @@ export const basicSections = [
610610
{
611611
required: false,
612612
hideTitle: false,
613-
title: 'Integrations',
613+
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.',
614614
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.',
615615
type: 'questions',
616616
questions: [
@@ -651,9 +651,7 @@ export const basicSections = [
651651
{
652652
icon: 'question',
653653
title: 'Screen / Feature List',
654-
description: 'Please note that each added feature incurs a cost, \
655-
but that the cost will be detailed and broken out in the \
656-
final project proposal. ',
654+
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. ',
657655
fieldName: 'details.appDefinition.screens',
658656
type: 'checkbox-group',
659657
options: [
@@ -691,8 +689,8 @@ export const basicSections = [
691689

692690
{
693691
icon: 'question',
694-
title: 'Tech Features',
695-
description: '',
692+
title: 'Technology Requirements',
693+
description: 'Please select each required technology requirement above',
696694
fieldName: 'details.appDefinition.techFeatures',
697695
type: 'checkbox-group',
698696
options: [
@@ -719,7 +717,7 @@ export const basicSections = [
719717
id: 'techStack',
720718
required: false,
721719
hideTitle: false,
722-
title: 'Technology Stack',
720+
title: 'Technology Stack - Do you have a preferred technology stack? If yes, please list those requirements here:',
723721
description: 'Do you have a preferred technology stack? If yes, please list those requirements here:',
724722
type: 'questions',
725723
questions: [
@@ -776,29 +774,36 @@ export const basicSections = [
776774
title: 'Security Requirements',
777775
type: 'checkbox-group',
778776
options: [
779-
{ value: 'standard', label: 'Standard Security' },
780-
{ value: 'enterprise', label: 'Enterprise - if your application will house\
781-
or transmit PII or sensitive data. The data will be encrypted on the device and the server.' },
782-
{ value: 'vulnerability', label: 'Vulnerability Scanning - Scan your application for weaknesses' },
783-
{ value: 'auditing', label: 'Audit - Auditing will record user information on actions performed.' },
784-
{ value: 'confidential', label: 'System will be working with confidential, health or financial records'}
777+
{ value: 'standard', label: 'Standard Security - Select this option if your app requires standard security.' },
778+
{ 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.' },
779+
{ value: 'vulnerability', label: 'Vulnerability Scanning - Vulnerability scanning is a security technique used to identify security weaknesses in a computer system.' },
780+
{ 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.' },
781+
{ 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?'},
782+
{ value: 'mdm', label: 'Mobile Device Management (MDM) - Do you employ an MDM solution? If yes, what service do you use?'}
785783
],
786-
description: 'Please place an X in the Required column for each required security requirement.',
784+
description: 'Please select each required security requirement above.',
787785
},
788786
{
789787
icon: 'question',
790788
title: 'Quality Assurance, Test Data & Performance Testing',
791-
description: 'Please place an X in the Required column for each required QA requirement.',
789+
description: 'Please select each for each required QA requirement.',
792790
fieldName: 'details.qaTesting.testing',
793791
type: 'checkbox-group',
794792
options: [
795-
{ value: 'rw-unstructured', label: 'Real World Unstructured - Users search on their own for bugs or usability issues.' },
796-
{ value: 'rw-structured', label: 'Structured Functional - execution of predefined test scripts' },
797-
{ value: 'testcases', label: 'Test Case Creation - creation of scenarios, instructions and exepected results' },
798-
{ value: 'certification', label: 'Certify your mobile application release against predefined device set including.' },
799-
{ value: 'devicelab', label: 'Test real devices in real cell networks across the world' },
800-
{ value: 'performanceTuning', label: 'Identify and provide perfromance improvements' },
801-
{ value: 'performanceTesting', label: 'Testing web application robustness' },
793+
{ value: 'rw-unstructured', label: 'Real World Unstructured - Functional testing performed without test scripts. Users search on their own for bugs or usability issues.' },
794+
{ value: 'rw-structured', label: 'Real World Testing - Structured - Test case based execution, covering all the functional requirements & cross-browser device testing.' },
795+
{ value: 'testcases', label: 'Test Cases/Scenarios - \
796+
Creation of test cases/test scenarios including scenario setup, pre/post conditions to scenario, instructions to execute scenario, and expected results' },
797+
{ value: 'certification', label: 'App Certification - Certify your mobile application release against predefined device set including; \
798+
\
799+
--App profiling to see the device vital monitoring – CPU, battery and memory usage of APP;\
800+
\
801+
--App behavior analysis in different modes (inactive, active, low battery, );\
802+
\
803+
--App performance under various interrupts, under simulated network conditions, etc. ' },
804+
{ value: 'devicelab', label: 'Mobile Device Lab on Hire - Allows you to remotely access devices in real cell networks across the world' },
805+
{ value: 'performanceTuning', label: 'Performance Testing - Testing web application’s robustness, availability, and reliability for defined business scenarios and concurrent users.' },
806+
{ value: 'performanceTesting', label: 'Performance Tuning - Analyze and identify performance issues, actionable items for improvement.' },
802807
]
803808
},
804809
{
@@ -822,7 +827,7 @@ export const basicSections = [
822827
{
823828
icon: 'question',
824829
title: 'User Acceptance / Beta Testing',
825-
description: 'UAT is the process of sharing the final application with users and gathering feedback. Please place an X in the Required column for each required UAT requirement.',
830+
description: 'UAT is the process of sharing the final application with users and gathering feedback. Please select each required UAT requirement.',
826831
fieldName: 'details.qaTesting.uat',
827832
type: 'checkbox-group',
828833
options: [
@@ -842,7 +847,7 @@ export const basicSections = [
842847
questions: [
843848
{
844849
icon: 'question',
845-
description: 'How much budget do you have? Please place an X in the Confirm column to specify your budget.',
850+
description: 'How much budget do you have?',
846851

847852
title: 'Budget',
848853
fieldName: 'details.loadDetails.budget',
@@ -859,7 +864,7 @@ export const basicSections = [
859864
},
860865
{
861866
icon: 'question',
862-
description: 'When do you need your app by? Please place an X in the Confirm column to specify your timeline.',
867+
description: 'When do you need your app by?',
863868
title: 'Timeline',
864869
fieldName: 'details.loadDetails.timeline',
865870
type: 'slide-radiogroup',
@@ -883,4 +888,4 @@ export const basicSections = [
883888
}
884889
]
885890
}
886-
]
891+
]

0 commit comments

Comments
 (0)