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

Platform track changes #54

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open

Conversation

gustavosoares
Copy link

  • Platform track changes

Ben Gracewood and others added 30 commits October 25, 2017 16:38
Make "and/or" so that if you're bringing in candidates regularly, that's enough for a 3
Fix and simplify flow type-checking
This allows importing from and saving to Google Sheets. This is totally
optional and the URLs will still work as they always have.
The flow is something like this:

* Use the Authorize button to authorize the app to access your Google Sheets with
  OAuth.
* Then you have an input that accepts a sheet ID and three buttons:
import, create/save, and sign out
* The sheet ID field accepts a sheet ID. You can simply paste in a URL
  from an open Google doc and the page extracts the sheet ID
  automatically.
* Import imports a Google Sheet into the Snowflake page, using the
  entered sheet ID.
* The create button is shown when no sheet ID has been entered. This
  creates a new sheet, adds the sheet ID to the input, and shows a link
  that takes you to the sheet.
* If you've entered a sheet ID, the create button becomes a save button
  and you may click it to update the sheet corresponding to the ID.
* Finally, the sign out button revokes access to Google Sheets and takes
  you back to the original view, with only an Authorize button.

There's not a ton of error-checking. If you try to import a sheet that
doesn't have data in the expected format, it's not going to go well.
Don't do that.

The sheet doesn't yet store name or title, but that's coming up in
another PR.
Add option to import from/save to Google Sheets
Add a text field for track notes
bandyson and others added 30 commits December 7, 2018 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants