diff --git a/omniport/core/open_auth/constants/data_points.py b/omniport/core/open_auth/constants/data_points.py index e79164e..33bb035 100644 --- a/omniport/core/open_auth/constants/data_points.py +++ b/omniport/core/open_auth/constants/data_points.py @@ -37,11 +37,13 @@ LEAVING_DATE = 'faculty_member.end_date' DESIGNATION = 'faculty_member.designation' DEPARTMENT = 'faculty_member.department.name' +EMPLOYEE_ID = 'faculty_member.employee_id' FACULTY_MEMBER_DATA_POINTS = ( (JOINING_DATE, 'Joining date'), (LEAVING_DATE, 'Leaving date'), (DESIGNATION, 'Designation'), (DEPARTMENT, 'Department'), + (EMPLOYEE_ID, 'Employee id'), ) # Biological information data points