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, the data that we presented on the wargabantuwarga.com is fetched directly from Google Docs and Google Suite infrastructure, which might limit the performance and access when accessed nationwide.
Implementation Model
Perhaps use cache feature, to allow us to fetch the cached data from our server, of which we call the Google Suite server only once per 15 minutes. That way we don't have to call the GSuite every time the user is visiting the web.
Perhaps use cache feature, to allow us to fetch the cached data from our server, of which we call the Google Suite server only once per 15 minutes. That way we don't have to call the GSuite every time the user is visiting the web.
Our current implementation is already like that, but it's limited only to that one particular document. We need to expand this implementation into the other documents, especially the Google Sheets file since we don't have any implementation for it yet.
zainfathoni
changed the title
Host data file related to collaboration Gdocs document on the wargabantuwarga.com instead of relying on Google Suite
Serve database structure from on the wargabantuwarga.com static files infrastructure instead of merely linking to the Google Spreadsheets files
Jul 11, 2021
Description
Currently, the data that we presented on the wargabantuwarga.com is fetched directly from Google Docs and Google Suite infrastructure, which might limit the performance and access when accessed nationwide.
Implementation Model
Perhaps use cache feature, to allow us to fetch the cached data from our server, of which we call the Google Suite server only once per 15 minutes. That way we don't have to call the GSuite every time the user is visiting the web.
Current Tasks
stylelint
andstylelint-config-recommended
dependencies and include it into our Git pre-commit hooks. #69useSearch
to be more generic and reusable across pages (optional) #89The text was updated successfully, but these errors were encountered: