Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.42 KB

scrutinizer

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.

What's new (so far) in v2.0?

  • 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

Setup

  1. Get Meteor
  2. Run meteor npm install
  3. Run meteor. You can keep this running as you make changes; Meteor automatically refreshes the web server.

File Structure

  • imports/api - Models
  • imports/ui/components - directories divided by feature name
  • imports/ui/layout defines overall layout and wraps individual feature templates
  • imports/ui/routes.js - Routes
  • client - Nothing should really go here
  • server - imports
  • More notes from Meteor docs

Misc.