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

Commits on Oct 25, 2017

  1. Prettier file formatting

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    03c798e View commit details
    Browse the repository at this point in the history
  2. Updated Communication examples

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    1cdb921 View commit details
    Browse the repository at this point in the history
  3. Updated Craft examples

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    3732cc9 View commit details
    Browse the repository at this point in the history
  4. Updated initiative examples

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    bfba173 View commit details
    Browse the repository at this point in the history
  5. Updated all Supporting area examples

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    57ce22c View commit details
    Browse the repository at this point in the history
  6. Change logo and add Heroku scripts

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    e3869b0 View commit details
    Browse the repository at this point in the history
  7. Try to fix heroku deploy

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    4549bdf View commit details
    Browse the repository at this point in the history
  8. Adds reset button

    Ben Gracewood committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    3673bf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Hide title selector until we've baselined everyone

    Ben Gracewood committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e4e2467 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. New examples for Building category

    Ben Gracewood committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    de39c4a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Add the title selector back in

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    094ad5b View commit details
    Browse the repository at this point in the history
  2. Change some track names

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    f01d055 View commit details
    Browse the repository at this point in the history
  3. Modifications to Career track

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    adb11ae View commit details
    Browse the repository at this point in the history
  4. Modifications to Recruitment track

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    d158537 View commit details
    Browse the repository at this point in the history
  5. Modified communication example

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    b24a76f View commit details
    Browse the repository at this point in the history
  6. Modifications to Platform track

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    617cd87 View commit details
    Browse the repository at this point in the history
  7. Modifications to Plaform track

    Ben Gracewood committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    4214af3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Modify Career level 3

    Make "and/or" so that if you're bringing in candidates regularly, that's enough for a 3
    Ben Gracewood committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    6a1bcf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Remove remaining references to Medium

    Ben Gracewood committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    c544226 View commit details
    Browse the repository at this point in the history
  2. Update titles to match wiki

    Ben Gracewood committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    90b1f2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from vend/minor-amendments

    Minor amendments
    Ben Gracewood committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    c42e66c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Fix flow typing errors

    edsrzf committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    fbe894a View commit details
    Browse the repository at this point in the history
  2. Reduce flow type repetition

    edsrzf committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    9b0e16c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Merge pull request #3 from edsrzf/flow

    Fix and simplify flow type-checking
    edsrzf committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    e7acfe6 View commit details
    Browse the repository at this point in the history
  2. 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.
    edsrzf committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    ca25ccd View commit details
    Browse the repository at this point in the history
  3. Notes!

    edsrzf committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    1e8d17c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    212eb7b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Merge pull request #4 from vend/sheets

    Add option to import from/save to Google Sheets
    edsrzf committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    5a98f73 View commit details
    Browse the repository at this point in the history
  2. Latest Next JS (#5)

    rlopes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ee6eaf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from vend/notes

    Add a text field for track notes
    edsrzf committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    89784fd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    2b75441 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Removed temp copy

    celine-may committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    2daa0ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from vend/add-long-description

    Add a longer description for each track
    celine-may committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    ef5193d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1cd62f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b24b0f View commit details
    Browse the repository at this point in the history
  5. Add description

    celine-may committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    2859975 View commit details
    Browse the repository at this point in the history
  6. Update example tasks

    celine-may committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    56e504f View commit details
    Browse the repository at this point in the history
  7. New example task

    celine-may committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    9d87a37 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Remove mentions of Android on mobile track

    We don't do Android.
    edsrzf committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    c9824d4 View commit details
    Browse the repository at this point in the history
  2. Add mobile examples

    edsrzf committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    7a671fe View commit details
    Browse the repository at this point in the history
  3. Mobile description

    edsrzf committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    1461d35 View commit details
    Browse the repository at this point in the history
  4. Mentorship description

    edsrzf committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    235205e View commit details
    Browse the repository at this point in the history
  5. Mentorship example tweaks

    edsrzf committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    123c37a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Merge pull request #12 from vend/mobile

    Mobile improvements
    edsrzf committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    239e831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f2220 View commit details
    Browse the repository at this point in the history
  3. switch Medium to Vend.

    bandyson committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    1266203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    059135b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d897f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6031d76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42d56be View commit details
    Browse the repository at this point in the history
  8. Reword mentorship example

    edsrzf committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    44dcd53 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Merge pull request #13 from vend/mentorship

    Mentorship
    edsrzf committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    8afaf0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from vend/web-client-track

    Web client track
    celine-may committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    e6bb9c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Configuration menu
    Copy the full SHA
    3eb23d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b79d07 View commit details
    Browse the repository at this point in the history
  3. Evangelism track update

    tenitski committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    e2af88d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Services & APIs track update

    tenitski committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    b8ab630 View commit details
    Browse the repository at this point in the history
  2. Comma added

    tenitski committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    39a26ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from vend/org-design-track

    Org design track
    celine-may committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    29b29ed View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    80e519f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f6935 View commit details
    Browse the repository at this point in the history
  3. add description

    gustavosoares committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2baabfb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. platform changes

    gustavosoares committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5952c2d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    64a434a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d1db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00fe34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from vend/evangelism-review

    Evangelism track update
    tenitski committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    01b7f90 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from vend/services-api-review

    Services & APIs track review
    tenitski committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    145b58a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c9f13d View commit details
    Browse the repository at this point in the history
  7. platform track changes

    gustavosoares committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d67211e View commit details
    Browse the repository at this point in the history
  8. platform track changes

    gustavosoares committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d72fcfc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. platform track changes

    gustavosoares committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    001de5b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. CR

    gustavosoares committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1eb4941 View commit details
    Browse the repository at this point in the history
  2. CR

    gustavosoares committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1b2a729 View commit details
    Browse the repository at this point in the history