Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve database structure from on the wargabantuwarga.com static files infrastructure instead of merely linking to the Google Spreadsheets files #17

Closed
9 tasks done
baraeb92 opened this issue Jul 7, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request epic A master issue thread which contains other smaller issues

Comments

@baraeb92
Copy link
Collaborator

baraeb92 commented Jul 7, 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

@baraeb92 baraeb92 added the enhancement New feature or request label Jul 7, 2021
@zainfathoni
Copy link
Member

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.

@adityapurwa would you like to work on it?

@zainfathoni zainfathoni added this to the Bare Functionalities milestone Jul 7, 2021
@zainfathoni zainfathoni removed their assignment Jul 8, 2021
@zainfathoni zainfathoni added the epic A master issue thread which contains other smaller issues label Jul 9, 2021
@zainfathoni zainfathoni pinned this issue Jul 9, 2021
@zainfathoni 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
@zainfathoni
Copy link
Member

All items are completed. Further improvements will be recorded under #110 epic.

@zainfathoni zainfathoni unpinned this issue Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic A master issue thread which contains other smaller issues
Projects
None yet
Development

No branches or pull requests

3 participants