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

Setting up connection with Google Drive #10

Open
pmieszal opened this issue Jul 24, 2019 · 0 comments
Open

Setting up connection with Google Drive #10

pmieszal opened this issue Jul 24, 2019 · 0 comments

Comments

@pmieszal
Copy link
Contributor

pmieszal commented Jul 24, 2019

https://developers.google.com/drive/api/v3/about-sdk

We need to discuss the way of handling google sheets (csv/html etc).

CSV:

  • definitely simpler

HTML:

  • more complex parsing
  • we keep document style (cell colors etc)

File that we'll be working on https://docs.google.com/spreadsheets/d/1LB2Cni3vNOSFNXu5CoPlSThfI_ndycIwmbXcRjS63yI/edit?usp=sharing

Topics to discuss

  1. How do we handle any database update? Should we POST any changes asynchronously to google drive with success callback?
  • this way, implementing offline database is pointless
  • app is online only
  1. Should we have some temporary (or backup) document to not operate only on "live" data? I mean, its google sheet document, unknown ground, many things can go wrong :D Maybe we can implement some separate sync action (physical button) that user will invoke when he wants to sync his current changes (stored in temporary document) to "live" one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants