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
Currently, there are as many manifest requests as there are forms downloaded. This leads to a lot of network requests for instance when there are 1000 forms. We need to devise a method to include the manifest files inside the zip itself whereby the manifest files would be pulled from the zip and if not found only then a network call would be made to download it.
One thing to pay attention to is that the manifest files are used to check for new media, a way is needed to update the manifest file when a form is updated and new media is added to the form.
The text was updated successfully, but these errors were encountered:
Currently, there are as many manifest requests as there are forms downloaded. This leads to a lot of network requests for instance when there are 1000 forms. We need to devise a method to include the manifest files inside the zip itself whereby the manifest files would be pulled from the zip and if not found only then a network call would be made to download it.
One thing to pay attention to is that the manifest files are used to check for new media, a way is needed to update the manifest file when a form is updated and new media is added to the form.
The text was updated successfully, but these errors were encountered: