Endpoint to expose professor first/last names for a particular term #231
Open
Description
Curious about another feature that we were planning to fix for https://uwflow.com/ - is it possible to have an endpoint that exports all professors, and if so, even possibly by term?
(eg schema: term_id, profFirstName, profLastName, instructorUniqueIdentifier)
After the API removed professor data associated with courses, we no longer have a way of associating professors with their relevant courses. As such, we have no way of being able to provide reviews for any new professors added to the platform.
This endpoint will ensure that all reviews are relatively accurate as they will only be able to reflect professors who are currently teaching, rather than all historical professors for a course.