...
Expand | ||
---|---|---|
| ||
|
Downloads
Dynamic Forms Schema
The schema will be queried based on last updated timestamp.
If a new schema is returned it will overwrite the previous schema.
Form Specific Localization
Localization data will be saved as a dictionary.
The content of the dictionary will depend on the localizations of the form and the field keys.
Uploads
Entries created via dynamic forms
The created data will use client-side generated UUIDs to ensure uniqueness in the system.
The proposed solution is to consolidate all entries into a file (or batched files) and uploaded. Downside is that registration IDs, won’t be synced back to local cache.
A checksum can be used to verify integrity of the upload.The sync status will be captured via separate APIs.
A solution was proposed to assign users a batch of system generated IDs while syncing. During registration, these IDs will be assigned to the individuals who are not able to provide a document ID. This solution might render a user unable to register new individuals if they run out of system generated IDs.