Refactor project structure
This commit is contained in:
53
core/data/raml/examples/candidate.json
Normal file
53
core/data/raml/examples/candidate.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"id": "1",
|
||||
"first_name": "Jhon",
|
||||
"last_name": "Doe",
|
||||
"nationality": "4",
|
||||
"birthday": null,
|
||||
"gender": "Male",
|
||||
"marital_status": null,
|
||||
"address1": null,
|
||||
"address2": null,
|
||||
"city": "New York",
|
||||
"country": "US",
|
||||
"province": null,
|
||||
"postal_code": null,
|
||||
"email": "icehrm+jhon@web-stalk.com",
|
||||
"home_phone": "+1 455565656",
|
||||
"mobile_phone": null,
|
||||
"cv_title": "Software Engineer",
|
||||
"cv": "cv_rYwHphV7xD5dOe1444302569136",
|
||||
"cvtext": null,
|
||||
"industry": null,
|
||||
"profileImage": null,
|
||||
"head_line": "",
|
||||
"objective": "",
|
||||
"work_history": "",
|
||||
"education": "",
|
||||
"skills": "",
|
||||
"referees": "",
|
||||
"linkedInUrl": null,
|
||||
"linkedInData": null,
|
||||
"totalYearsOfExperience": null,
|
||||
"totalMonthsOfExperience": null,
|
||||
"generatedCVFile": null,
|
||||
"created": "2015-10-08 16:59:20",
|
||||
"updated": "2015-10-08 16:59:20",
|
||||
"expectedSalary": "0",
|
||||
"preferedPositions": null,
|
||||
"preferedJobtype": null,
|
||||
"preferedCountries": null,
|
||||
"tags": null,
|
||||
"notes": null,
|
||||
"calls": null,
|
||||
"age": null,
|
||||
"hash": "663fd20d1859344585f678a0f87b23522b8f9fce8c67c5290a609ce342b81442",
|
||||
"linkedInProfileLink": null,
|
||||
"linkedInProfileId": null,
|
||||
"facebookProfileLink": null,
|
||||
"facebookProfileId": null,
|
||||
"twitterProfileLink": null,
|
||||
"twitterProfileId": null,
|
||||
"googleProfileLink": null,
|
||||
"googleProfileId": null
|
||||
}
|
||||
75
core/data/raml/examples/employee.json
Normal file
75
core/data/raml/examples/employee.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"id": "2",
|
||||
"employee_id": "EMP002",
|
||||
"first_name": "Lala",
|
||||
"middle_name": "Nadila ",
|
||||
"last_name": "Lamees",
|
||||
"nationality": "175",
|
||||
"birthday": "1984-03-12",
|
||||
"gender": "Female",
|
||||
"marital_status": "Single",
|
||||
"ssn_num": "",
|
||||
"nic_num": "4594567WE3",
|
||||
"other_id": "4595567WE3",
|
||||
"driving_license": "349-066-YUO",
|
||||
"driving_license_exp_date": "2012-03-01",
|
||||
"employment_status": "1",
|
||||
"job_title": "8",
|
||||
"pay_grade": "2",
|
||||
"work_station_id": "W001",
|
||||
"address1": "Green War Rd, 00123",
|
||||
"address2": "",
|
||||
"city": "Istanbul",
|
||||
"country": "TR",
|
||||
"province": null,
|
||||
"postal_code": "909066",
|
||||
"home_phone": "+960112345",
|
||||
"mobile_phone": "+960112345",
|
||||
"work_phone": "+960112345",
|
||||
"work_email": "icehrm+manager@web-stalk.com",
|
||||
"private_email": "icehrm+manager@web-stalk.com",
|
||||
"joined_date": "2011-03-07",
|
||||
"confirmation_date": "2012-02-14",
|
||||
"supervisor": "1",
|
||||
"indirect_supervisors": "[3,4]",
|
||||
"department": "2",
|
||||
"custom1": null,
|
||||
"custom2": null,
|
||||
"custom3": null,
|
||||
"custom4": null,
|
||||
"custom5": null,
|
||||
"custom6": null,
|
||||
"custom7": null,
|
||||
"custom8": null,
|
||||
"custom9": null,
|
||||
"custom10": null,
|
||||
"termination_date": null,
|
||||
"notes": null,
|
||||
"status": "Active",
|
||||
"ethnicity": null,
|
||||
"immigration_status": null,
|
||||
"approver1": "5",
|
||||
"approver2": "6",
|
||||
"approver3": null,
|
||||
"nationality_Name_id": [],
|
||||
"nationality_Name": "Tajik",
|
||||
"ethnicity_Name_id": [],
|
||||
"ethnicity_Name": null,
|
||||
"immigration_status_Name_id": [],
|
||||
"immigration_status_Name": null,
|
||||
"employment_status_Name_id": [],
|
||||
"employment_status_Name": "Full Time Contract",
|
||||
"job_title_Name_id": [],
|
||||
"job_title_Name": "Pre-Sales Executive",
|
||||
"pay_grade_Name_id": [],
|
||||
"pay_grade_Name": "Executive",
|
||||
"country_Name_id": [],
|
||||
"country_Name": "Turkey",
|
||||
"province_Name_id": [],
|
||||
"province_Name": null,
|
||||
"department_Name_id": [],
|
||||
"department_Name": "Head Office",
|
||||
"supervisor_Name_id": [],
|
||||
"supervisor_Name": "IceHrm Employee",
|
||||
"image": "http:\/\/app.app.dev\/images\/user_female.png"
|
||||
}
|
||||
23
core/data/raml/examples/employees.json
Normal file
23
core/data/raml/examples/employees.json
Normal file
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"employee_id": "EMP001",
|
||||
"first_name": "IceHrm",
|
||||
"middle_name": "Sample",
|
||||
"last_name": "Employee"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"employee_id": "EMP002",
|
||||
"first_name": "Lala",
|
||||
"middle_name": "Nadila ",
|
||||
"last_name": "Lamees"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"employee_id": "EMP003",
|
||||
"first_name": "Sofia",
|
||||
"middle_name": "",
|
||||
"last_name": "O'Sullivan"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user