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
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
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.
The text was updated successfully, but these errors were encountered:
https://developers.google.com/drive/api/v3/about-sdk
We need to discuss the way of handling google sheets (csv/html etc).
CSV:
HTML:
File that we'll be working on https://docs.google.com/spreadsheets/d/1LB2Cni3vNOSFNXu5CoPlSThfI_ndycIwmbXcRjS63yI/edit?usp=sharing
Topics to discuss
sync
action (physical button) that user will invoke when he wants to sync his current changes (stored in temporary document) to "live" one.The text was updated successfully, but these errors were encountered: