Skip to content

Admin setup

Noah edited this page Feb 12, 2016 · 1 revision

From admin perspective

Adding a new candidate:

  • Go to Greenhouse
  • Advance to take-home stage
  • Copy their application ID from the URL and put a link to the take-home, e.g http://takehome.noredink.com/

Adding a checklist

  • Checklists are controlled through the defined env for each test defined in the test config, e.g "checklist" : "BACKEND_CHECKLIST"
  • Set these through setting an ENV variable with that name
  • These are loaded once, at startup

Adding a new position

  • Add a new test to the tests config. Make sure that the role matches the name on Greenhouse!

Changing the repo used for issue creation

  • These are controlled through the ORG and REPO ENV variables
  • Github auth tokens can be provided by GITHUB_AUTH ENV variable