-
Notifications
You must be signed in to change notification settings - Fork 325
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
base: master
Are you sure you want to change the base?
Commits on Oct 25, 2017
-
Ben Gracewood committed
Oct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 03c798e - Browse repository at this point
Copy the full SHA 03c798eView commit details -
Updated Communication examples
Ben Gracewood committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 1cdb921 - Browse repository at this point
Copy the full SHA 1cdb921View commit details -
Ben Gracewood committed
Oct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 3732cc9 - Browse repository at this point
Copy the full SHA 3732cc9View commit details -
Ben Gracewood committed
Oct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for bfba173 - Browse repository at this point
Copy the full SHA bfba173View commit details -
Updated all Supporting area examples
Ben Gracewood committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 57ce22c - Browse repository at this point
Copy the full SHA 57ce22cView commit details -
Change logo and add Heroku scripts
Ben Gracewood committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for e3869b0 - Browse repository at this point
Copy the full SHA e3869b0View commit details -
Ben Gracewood committed
Oct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 4549bdf - Browse repository at this point
Copy the full SHA 4549bdfView commit details -
Ben Gracewood committed
Oct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 3673bf7 - Browse repository at this point
Copy the full SHA 3673bf7View commit details
Commits on Oct 30, 2017
-
Hide title selector until we've baselined everyone
Ben Gracewood committedOct 30, 2017 Configuration menu - View commit details
-
Copy full SHA for e4e2467 - Browse repository at this point
Copy the full SHA e4e2467View commit details
Commits on Nov 1, 2017
-
New examples for Building category
Ben Gracewood committedNov 1, 2017 Configuration menu - View commit details
-
Copy full SHA for de39c4a - Browse repository at this point
Copy the full SHA de39c4aView commit details
Commits on Feb 8, 2018
-
Add the title selector back in
Ben Gracewood committedFeb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 094ad5b - Browse repository at this point
Copy the full SHA 094ad5bView commit details -
Ben Gracewood committed
Feb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for f01d055 - Browse repository at this point
Copy the full SHA f01d055View commit details -
Ben Gracewood committed
Feb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for adb11ae - Browse repository at this point
Copy the full SHA adb11aeView commit details -
Modifications to Recruitment track
Ben Gracewood committedFeb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for d158537 - Browse repository at this point
Copy the full SHA d158537View commit details -
Modified communication example
Ben Gracewood committedFeb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for b24a76f - Browse repository at this point
Copy the full SHA b24a76fView commit details -
Modifications to Platform track
Ben Gracewood committedFeb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 617cd87 - Browse repository at this point
Copy the full SHA 617cd87View commit details -
Modifications to Plaform track
Ben Gracewood committedFeb 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4214af3 - Browse repository at this point
Copy the full SHA 4214af3View commit details
Commits on Apr 29, 2018
-
Make "and/or" so that if you're bringing in candidates regularly, that's enough for a 3
Ben Gracewood authoredApr 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 6a1bcf6 - Browse repository at this point
Copy the full SHA 6a1bcf6View commit details
Commits on Oct 16, 2018
-
Remove remaining references to Medium
Ben Gracewood committedOct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for c544226 - Browse repository at this point
Copy the full SHA c544226View commit details -
Ben Gracewood committed
Oct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 90b1f2e - Browse repository at this point
Copy the full SHA 90b1f2eView commit details -
Merge pull request #2 from vend/minor-amendments
Minor amendments
Ben Gracewood authoredOct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for c42e66c - Browse repository at this point
Copy the full SHA c42e66cView commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fbe894a - Browse repository at this point
Copy the full SHA fbe894aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0e16c - Browse repository at this point
Copy the full SHA 9b0e16cView commit details
Commits on Oct 24, 2018
-
Merge pull request #3 from edsrzf/flow
Fix and simplify flow type-checking
Configuration menu - View commit details
-
Copy full SHA for e7acfe6 - Browse repository at this point
Copy the full SHA e7acfe6View commit details -
Add option to import from/save to Google Sheets
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.
Configuration menu - View commit details
-
Copy full SHA for ca25ccd - Browse repository at this point
Copy the full SHA ca25ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8d17c - Browse repository at this point
Copy the full SHA 1e8d17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212eb7b - Browse repository at this point
Copy the full SHA 212eb7bView commit details
Commits on Oct 31, 2018
-
Merge pull request #4 from vend/sheets
Add option to import from/save to Google Sheets
Configuration menu - View commit details
-
Copy full SHA for 5a98f73 - Browse repository at this point
Copy the full SHA 5a98f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6eaf9 - Browse repository at this point
Copy the full SHA ee6eaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89784fd - Browse repository at this point
Copy the full SHA 89784fdView commit details
Commits on Nov 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b75441 - Browse repository at this point
Copy the full SHA 2b75441View commit details
Commits on Nov 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2daa0ce - Browse repository at this point
Copy the full SHA 2daa0ceView commit details -
Merge pull request #7 from vend/add-long-description
Add a longer description for each track
Configuration menu - View commit details
-
Copy full SHA for ef5193d - Browse repository at this point
Copy the full SHA ef5193dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1cd62f - Browse repository at this point
Copy the full SHA b1cd62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b24b0f - Browse repository at this point
Copy the full SHA 9b24b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2859975 - Browse repository at this point
Copy the full SHA 2859975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e504f - Browse repository at this point
Copy the full SHA 56e504fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d87a37 - Browse repository at this point
Copy the full SHA 9d87a37View commit details
Commits on Nov 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c9824d4 - Browse repository at this point
Copy the full SHA c9824d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a671fe - Browse repository at this point
Copy the full SHA 7a671feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1461d35 - Browse repository at this point
Copy the full SHA 1461d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 235205e - Browse repository at this point
Copy the full SHA 235205eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 123c37a - Browse repository at this point
Copy the full SHA 123c37aView commit details
Commits on Dec 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 239e831 - Browse repository at this point
Copy the full SHA 239e831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f2220 - Browse repository at this point
Copy the full SHA 05f2220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1266203 - Browse repository at this point
Copy the full SHA 1266203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059135b - Browse repository at this point
Copy the full SHA 059135bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d897f4 - Browse repository at this point
Copy the full SHA 1d897f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6031d76 - Browse repository at this point
Copy the full SHA 6031d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d56be - Browse repository at this point
Copy the full SHA 42d56beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44dcd53 - Browse repository at this point
Copy the full SHA 44dcd53View commit details
Commits on Dec 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8afaf0f - Browse repository at this point
Copy the full SHA 8afaf0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6bb9c1 - Browse repository at this point
Copy the full SHA e6bb9c1View commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3eb23d9 - Browse repository at this point
Copy the full SHA 3eb23d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b79d07 - Browse repository at this point
Copy the full SHA 0b79d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2af88d - Browse repository at this point
Copy the full SHA e2af88dView commit details
Commits on Dec 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b8ab630 - Browse repository at this point
Copy the full SHA b8ab630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a26ae - Browse repository at this point
Copy the full SHA 39a26aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b29ed - Browse repository at this point
Copy the full SHA 29b29edView commit details
Commits on Dec 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 80e519f - Browse repository at this point
Copy the full SHA 80e519fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f6935 - Browse repository at this point
Copy the full SHA b0f6935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2baabfb - Browse repository at this point
Copy the full SHA 2baabfbView commit details
Commits on Dec 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5952c2d - Browse repository at this point
Copy the full SHA 5952c2dView commit details
Commits on Jan 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64a434a - Browse repository at this point
Copy the full SHA 64a434aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d1db0 - Browse repository at this point
Copy the full SHA e5d1db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f00fe34 - Browse repository at this point
Copy the full SHA f00fe34View commit details -
Merge pull request #16 from vend/evangelism-review
Evangelism track update
Configuration menu - View commit details
-
Copy full SHA for 01b7f90 - Browse repository at this point
Copy the full SHA 01b7f90View commit details -
Merge pull request #15 from vend/services-api-review
Services & APIs track review
Configuration menu - View commit details
-
Copy full SHA for 145b58a - Browse repository at this point
Copy the full SHA 145b58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9f13d - Browse repository at this point
Copy the full SHA 2c9f13dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d67211e - Browse repository at this point
Copy the full SHA d67211eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d72fcfc - Browse repository at this point
Copy the full SHA d72fcfcView commit details
Commits on Jan 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 001de5b - Browse repository at this point
Copy the full SHA 001de5bView commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1eb4941 - Browse repository at this point
Copy the full SHA 1eb4941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2a729 - Browse repository at this point
Copy the full SHA 1b2a729View commit details