Added employee_id to the Staff model. We currently have no plan on publishing this piece of data externally on public APIs, so it has not been added to any views, and has not been added to the CombinedTeledata model.
Added logic to import the employee_id during teledata imports. The field currently already exists in the dataset we're importing, so we just needed to write it to our own records.
Enhancements:
employee_id
to the Staff model. We currently have no plan on publishing this piece of data externally on public APIs, so it has not been added to any views, and has not been added to theCombinedTeledata
model.