Working on #30, #31, and #32 caused some modifications to the way faculty data is handled in Airtable. For example, some columns now have a different name. This can affect the ext_faculty_process function in the helpers.py of the elsametric package.
Suggested solution
Review the function ext_faculty_process and the script db_populate.py to see if any updates are necessary.
Bug description
Working on #30, #31, and #32 caused some modifications to the way faculty data is handled in Airtable. For example, some columns now have a different name. This can affect the
ext_faculty_process
function in thehelpers.py
of theelsametric
package.Suggested solution
Review the function
ext_faculty_process
and the scriptdb_populate.py
to see if any updates are necessary.