-
Notifications
You must be signed in to change notification settings - Fork 2
Architecture Overview
kdveverka edited this page Oct 16, 2022
·
9 revisions
This mobile app utilizes a Heroku app with Auth0 as a login API endpoint to sync the offline survey data to your org using a Salesforce integration user license. The mobile app authenticates users in Auth0 and retrieves a Salesforce access token to download metadata and upload records. A configurable Salesforce package manages the surveys and the mobile app users in your org.
- Generates survey screens based on your Salesforce survey page layouts.
- Uploads survey records stored locally on your device to your Salesforce org.
- Built on the Expo platform.
- @SFDO-Community-Sprints/GrassRootsSurveyHerokuAuth0LoginApi
- Manages IDs of mobile app users.
- Provides a login API and Salesforce access token to the mobile app.
- @SFDO-Community-Sprints/GrassRootsSurveySalesforcePackage
- Provides object settings needed in the mobile app.
- Survey types and fields, layouts, and localization settings are customizable.
The following table summarizes the package components. Additional Information is on our Data Model page.
Name | Description | API Name |
---|---|---|
Field Survey | Custom Object | GRMS_Survey__c |
Field Worker and Client Relationship | Custom Object | GRMS_FieldWorkerClientRelation__c |
Contact Type | Contact Custom Field | GRMS_ContactType__c |
Field Worker | Contact Type Picklist Value | Field Worker |
Survey Client | Contact Type Picklist Value | Survey Client |
Login Email | Contact Custom Field | GRMS_LoginEmail__c |
Field Worker and Client Layout | Contact Page Layout | |
Field Survey Layout | Field Survey Page Layout | |
Grassroots Survey App Admin | Permission Set | GRMS_App_Admin |
- State Management
- Mobie Application Screens
- Localization
- Home
- About this project
- Architecture Overview
- Getting Started
- Getting Your Field Workers Started
- Further Customization
- Contributing as a Developer to This Project
- Additional Working Docs