UCF / Search-Service-Django

A django based REST API for accessing search data and related data management tools.
0 stars 0 forks source link

Adds employee information to researchers API endpoint #288

Closed cadie closed 3 years ago

cadie commented 3 years ago

Resolves #284.

Adds ext_employee_id, first_name, last_name, prefix, department, organization, division, and college information to employee_record for each researcher on the researchers API endpoint. Also uses the name property to display the units models names in the admin so that display_names can be used if present.