-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (19 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Ali Rizvi Recruiting Tool (Say it like a pirate Arr Tool)
Study Recruiting Workflow
* Job Requisition
** Recruiter creates Job Requisition
*** Job Requisition includes Job Title, Job Requirements (blob), Job Location, Hiring Manager (belongs to organization)
* Candidate Enters Pipeline
** Recruiter creates Candidate Profile
*** Candidate Profile includes Name, Email, Phone, Address (optional), Resume (blob), Resume attachment?
* Interview
** Recruiter creates Interview
*** Phone Screen Loop contains Interviewer, Candidate, Schedule (when), Type (phone-screen, in-person)
** Interviewer adds feedback for Loop
*** Feedback consist of Pros, Cons, Recommendation
** Hiring Manager sets next step
***
-=======================Rails Commands==================================-
generate scaffold candidate first_name:string middle_name:string last_name:string email:string phone:string street_address:string city:string state:string resume:text
generate scaffold requisition job_title:string requirements:text location:string manager_id:integer
generate scaffold employee first_name:string middle_name:string last_name:string email:string login:string role:string