-
Notifications
You must be signed in to change notification settings - Fork 4
Airport Carpools
rlin0 edited this page Nov 1, 2020
·
3 revisions
- Previously during breaks an email with a link to a google spreadsheet would get circulated for people to put their flight times to coordinate ride shares to the airport
- This page embeds the google sheet on Donut
- To embed a google sheet:
- File → Publish to the Web → Embed (ignore this link!)
- File → Share → Copy link
- Paste link in Donut
- ASCIT members can access settings to update the link or toggle visibility
In flights.sql
:
Column | Type | Comments |
---|---|---|
link |
TEXT |
link to google spreadsheet |
visible |
BOOLEAN |
whether the sheet is visible |
There's no PK since there is max 1 row in the table |