unc-csxl / csxl.unc.edu

CS Experience Labs' web application.
https://csxl.unc.edu
MIT License
9 stars 7 forks source link

Refactor OfficeHoursEventType enum to only hold virtual or not info #408

Closed sadieamato closed 3 months ago

sadieamato commented 3 months ago

After discussion with Kris, we decided that the EventType enum and field for OH Events should only have 3 options: in person, virtual on a staff-provided Zoom link, or virtual on a student-provided Zoom link. This issue involves refactoring our models and frontend form to account for this change.