wangerzi / hire-tools

A simple hire tools project for interviewer, contains random questions, radar charts etc.

Home Page:http://hire-tools.wj2015.com/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hire-tools

A simple hire tools for interview, contains radar charts, pre check questions select, etc. You can use it by open this url: http://hire-tools.wj2015.com/index.html

Purpose

For the technology interview, we can view the ability about the candidate, and HR always choose some questions from question bank and let the interviewee answer it.

Features

  • Basic render charts.
  • Save customize template
  • Manage customize template
  • Record interview comment online.
  • Question record and copy to use.
  • Random questions quickly
  • Automatic publish project by docker image.

Operation

Radar chart

At first, you can edit the categoary, score, total score and the weights, on this page, and you can save this as a local template (only this browser).

image-20200624114042249

Then click the submit button, and you can got a radar map for the candidate, the score = sum(item.score) / sum(item.total) * 100

image-20200624114142791

Pre-Check Questions

You should select job first, and choose questions what you want to ask, you can also write the answer that the interviewee writes.

image-20200804170412643

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

LICENCE

Hire-tools is licensed under the MIT License. See LICENSE for the full license text.

About

A simple hire tools project for interviewer, contains random questions, radar charts etc.

http://hire-tools.wj2015.com/index.html

License:MIT License


Languages

Language:Vue 90.1%Language:JavaScript 8.2%Language:HTML 1.7%