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
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
@leonardmensah talked about a possible optimization solution for downloading the HTML resources from the nation to the take-home app. We are looking into possible .zip current and future HTML resources so that the take-home app can have smaller file size to deal with thus making it more efficient. Right now the Take Home app downloads raw files and then uses them on the device. Our hope for this issue is to download a zip and then unpack it on the device to save time and space.
OId Process:
Raw HTML app gets added to the nation
downloads uncompressed file
Proposed Process:
.zip and raw HTML resources gets added to the nation
Take Home app Downloads the .zip HTML app version
Take Home Unpacks the zip.
The text was updated successfully, but these errors were encountered:
I understand that we are planning to migrate to MongoDB from CouchDB in the BeLL app. MongoDB has inbuilt compression,archiving and migration features. We can create a .gzip archive from a database or a collection.
I kind of misunderstood the 'migration to MongoDB' part (We are not). We can still look into implementing these features into CouchDB using the second link.
@leonardmensah talked about a possible optimization solution for downloading the HTML resources from the nation to the take-home app. We are looking into possible .zip current and future HTML resources so that the take-home app can have smaller file size to deal with thus making it more efficient. Right now the Take Home app downloads raw files and then uses them on the device. Our hope for this issue is to download a zip and then unpack it on the device to save time and space.
OId Process:
Proposed Process:
The text was updated successfully, but these errors were encountered: