-
Notifications
You must be signed in to change notification settings - Fork 2
Architecture Overview
Shun Kosaka edited this page Jan 18, 2021
·
9 revisions
To sync the offline survey data to your org with limited Salesforce licenses, this mobile app utilizes Heroku and auth0 app as login API endpoint. The mobile app will authenticate users in auth0 app, and then retrieve an access token to the org, to download the metadata upload the record. To manage the survey and mobile app users in your org, configurable Salesforce package is provided.
- Generate survey screens based on your Salesforce settings.
- Survey records locally stored on your device are uploaded to your Salesforce org.
- Built on expo platform.
- @SFDO-Community-Sprints/GrassRootsSurveyHerokuAuth0LoginApi
- Manage ID's of mobile app users.
- Provide login API and Salesforce access token to the mobile app.
- @SFDO-Community-Sprints/GrassRootsSurveySalesforcePackage
- Object settings used in the mobile app can be installed as Salesforce package.
- Survey fields and layouts, and localization settings are customizable.
- 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