valleyrain-org / www-old

谷雨书苑
http://www.valleyrain.org
Apache License 2.0
2 stars 3 forks source link

Fetch data from google spreadsheets #3

Open tao-guo opened 9 years ago

tao-guo commented 9 years ago

We have several google spreadsheets used for maintaining events, registration information, members' books for sharing. We can fetch the data using ajax and display it on our own websites.

Just like this: http://acrl.ala.org/techconnect/?p=4001

Use google spreadsheets as our databases :)

caogecym commented 9 years ago

:+1:

caogecym commented 9 years ago

this is one example url we can request: https://docs.google.com/spreadsheets/d/1xR-yPNVL6vhPrj3VudJoiqI86SKiMzbbi6ztsg2so10/gviz/tq?tqx=out:csv&tq&gid=0

tao-guo commented 9 years ago

:+1: Could you work with Yong to make sure you are using the same spreadsheet? Whenever Yong change the sheet in the future, our website should display the lasted one.

myahmao commented 9 years ago

book club library sharing books inventory in google doc : https://docs.google.com/spreadsheets/d/1AWenZi1mIIINelqu4pPyeIqp2c3lVrXuDz2tIl1PPJs/edit#gid=0

caogecym commented 9 years ago

some thoughts after we adopted real time google drive fetching:

So basically a trade off between admin convenience and user experience.

myahmao commented 9 years ago

then using an exported csv is still an option.