seas-computing / course-planner

SEAS Course Planning Application. JSDoc Docs at: https://seas-computing.github.io/course-planner/
0 stars 1 forks source link

Faculty Page: Rendering fails on null absences #619

Closed jonseitz closed 1 year ago

jonseitz commented 1 year ago

It appears that the entity faculty member Robert Haussman does not have any associated absences, which is breaking the rendering of the Faculty page. Haussman appears to be a newly added Faculty member, as that name doesn't appear in the old Mongo database.

There are multiple issues here, but in the immediate term we need to update the client code to provide a reasonably fallback if a faculty member doesn't have an associated absence for a semester.