bastienbot / hr-challenges-manager

This program allows you to register/delete a new candidate, send the registered candidate a technical challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HR challenges Manager

Description

This program allows you to register/delete a new candidate, send the registered candidate a technical challenge. This challenge can be sent with the following methods:

  • sending an email
  • create a user on gitlab and forking a project in the user namespace You can also view informations about a registered candidate: name, email, messages sent

Requirement

Docker

Installation

$ git clone https://github.com/bastienbot/hr-challenges-manager
$ cd hr-challenges-manager

Copy and fill in the following files according to your needs :

  • .env.exemple -> .env (your env constants)
  • app/tc-informations.yaml.exemple -> app/tc-informations.yaml (informations about your challenges repos)
  • app/templates/*.html.exemple -> app/templates/*.html (email templates)
$ docker-compose build && docker-compose up

Endpoints:

# /candidates/{email?}
POST, GET, PUT, DELETE : Standard CRUD

# /challenges/preview
POST : Preview a challenge before sending to a candidate

# /challenges/send
POST : Send a challenge to a candidate

Upcoming:

  • set reminders so you can send an email to a candidate who did not deliver his/her challenge result on time for instance
  • a feature that would help you correct a challenge based on pre-determined criterias

About

This program allows you to register/delete a new candidate, send the registered candidate a technical challenge

License:MIT License


Languages

Language:Python 79.4%Language:HTML 19.6%Language:Dockerfile 0.7%Language:Shell 0.3%