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
If the task will only make sense to a dev, add a ⚡ to the title.
Need to implement a solution to store the ApiDocs on the device. If the app is started 100% from offline, the application will unable to load forms, since it lacks the ApiDocs
Value Add
Furthering the Offline functionality
Acceptance Criteria
ApiDocs are stored/baked on device
If starting the app from 100% offline context, records can be loaded, forms created.
Additional Context
Using Redux to store this is not an ideal scenario. The JSON from the ApiDoc is >100k lines.
To Bake the information into the application, we need to separate the User-specific information from the payload. They are the only parts that are dynamic and we could update them whenever users log in, like the Biocontrol->Agent matching.
The text was updated successfully, but these errors were encountered:
Describe the task
Need to implement a solution to store the ApiDocs on the device. If the app is started 100% from offline, the application will unable to load forms, since it lacks the ApiDocs
Value Add
Acceptance Criteria
Additional Context
The text was updated successfully, but these errors were encountered: