Skip to content

Commit

Permalink
Add employee id scope in applications
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishnavi-gupta18 committed Feb 2, 2023
1 parent d6caa77 commit 17ba8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omniport/core/open_auth/constants/data_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17ba8b6

Please sign in to comment.