Quantcast
Viewing all articles
Browse latest Browse all 1744

Recruitment and a CiviCase Pipeline Visualization

(This post is a follow-up to previous discussions about developing recruitment functionality for CiviHR. More information can be found in the first, second, and third blog posts well as the requirements wiki.)

We've recently had some great discussions about translating CiviHR's businss requirements for recruitment into a design with specific visuals and data models. Three concepts have been central to the discusion:

  • Job Vacancies are openings for new employees (or interns, contractors, or other selective positions).
  • Job Applications are submitted by individuals who wish to fill a particular vacancy.
  • Recruitment Activities are interactions with these individuals (such as emails, phone calls, meetings, and offers)

For CiviHR, we aim to build support for these recruitment concepts using a mix of existing, improved, and new CiviCRM features. The remainder of this blog post will briefly explore the model for recruitment and present some new CiviCase visualizations (which will help CiviHR recruitment and other CiviCase implementations).

Job Vacancies

Vacancies will be an entirely new entity defined by a new extension (org.civicrm.hrvacancy). For each vacancy, one can configure:

  • General Information: Define general information about the vacancy, such as the name of the job position, the job description, benefits, and salary range.
  • Application Form: Design the application form (to be filled out by new applicants) with the drag/drop profile designer. (Or re-use an existing form.)
  • Evaluation Form: Design the application form (to be filled out be interviewers) with the drag/drop profile designer. (Or re-use an existing form.)
  • Status: The status of a vacancy changes over time depending on the organization.In a small organization with a single manager, the manager may create and publish a vacancy immediately. He simply sets the status to "Open". Eventually, the vacancy is "Closed". In a mid-sized organiztion with more specialized roles ("hiring manager", "recruiter", "HR manager", etc), a hiring manager may enter the job description and save the vacancy as a draft. The HR manager then reviews the draft and either (a) changes the status to "Rejected" or (b) refines it and changes the status to "Open". Eventually, the vacancy is "Closed". "Open" vacancies can displayed on the public web site.


Image may be NSFW.
Clik here to view.

Recruitment Activities

Recruitment activities should generally behave like other activities in CiviCRM, e.g.

  • Scheduled phone calls and meetings should appear on the staff dashboard
  • Reminders should be configurable and schedulable
  • Emails should support templates and mail-merge
  • Custom activity types should be supported

A few additional activity types may be added, but generally they're the same.

Job Applications

A job application is very similar to a case (in CiviCase) with a few caveats. Like any other case, an application:

  • Contains a series of activities (such as phone calls, emails, and interviews)
  • Involves a soft touch (with phone calls, emails, meetings, etc -- not just automated messages)
  • Requires some uniformity in how applicants are treated (eg with standard communications based on how far each applicant advances in the process; and with consistent use of selection criteria)
  • Has a loose structure (progressing through stages -- "Apply", "Phone Interview", "Meet with Manager", "Offer", "Hired")
  • Is somewhat flexible (eg they may involve scheduling a meeting with 3 people, and that often requires a flurry of email/phone/sms interactions as people negotiate, reschedule, etc)

But applications are different in a few key ways:

  • One organization or recruiter may manage a high volume of applications -- eg anywhere from 10 to 200 applications for the same vacancy.
  • Applications should be organized by vacancy -- ie if 20 individuals apply for the same vacancy, then their information must be collected together, and it may be useful to compare applications.

The hrvacancy extension will define a new case-type for "Applications". However, we're also quite keen to improve the user-experience when managing a high-volume of applications, so we plan to introduce a new pipeline management console for CiviCase. In this console, all applications for a vacancy are sorted by how far the applicant has progressed. For example, some have merely submitted an application; others have advanced to the phone interview, manager interview, or offer stages. Clicking on the stage breaks out a list of all the applicants in that stage.


Image may be NSFW.
Clik here to view.

Vacancy Dashboard

For a mid-sized organization, there may be several vacancies under discussion - some vacancies which are being drafted/discussed internally, some vacancies which are actively soliciting applications, and some vacancies which have been recently filled. The Vacancy Dashboard lists the outstanding vacancies and summarizes the applications in the pipeline.


Image may be NSFW.
Clik here to view.

Public Vacancy List

Finally, when soliciting applications for a vacancy, a recruiter may use many strategies (such as emailing their associates, posting to online job boards, sharing via social networks). CiviHR aims to eventually provide tools to support these strategies, but our first requirement is to simply publish open vacancies on the organization's website.

This poses a small technical challenge: many mid-sized organizations will want to keep their HR systems separate from their public web systems. So how to publish content from the HR system through the public web system? On the public web site, embed a Javascript widget which references the HR system, e.g

<script type="text/javascript" src="http://hr.example.com/civicrm/vacancies.js"></script>

The included Javascript code will output the Public Vacancy List.


Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 1744

Trending Articles