A fancier name for "Interviewer". Intended to be used internally for CSM leadership to manage and record the interview and acceptance phases of our applicants.
Scrutinizer was designed to be as intuitive to use and easy to pick up as possible, without any need for an onboarding tutorial.
- Different UI theme for less mouse clicks and more visual appeal
- Frequent auto-saving during interviews
- Each interviewer now records their own set of answers to questions
- Changes in acceptance / rejection status should update in real time on every user's screen
- Get Meteor
- Run
meteor npm install
- Run
meteor
. You can keep this running as you make changes; Meteor automatically refreshes the web server.
imports/api
- Modelsimports/ui/components
- directories divided by feature nameimports/ui/layout
defines overall layout and wraps individual feature templatesimports/ui/routes.js
- Routesclient
- Nothing should really go hereserver
- imports- More notes from Meteor docs
- The Blaze docs are here now
- v2.0 is using Bulma, a CSS-only framework that takes advantage of flexbox
- v1.0 used Materialize for our front-end