unc-csxl / csxl.unc.edu

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

Office Hours Name Disambiguation #613

Open prgoodwin opened 1 week ago

prgoodwin commented 1 week ago

As a professor, I am also using CSXL alongside the TA's and ULA's. However, I request that the students start with a TA for homework help so that I can focus on professor related questions.

In the CSXL system, it only shows as "Office Hours" and students can't tell which is mine and which are the TA's (which happen simultaneously). It would be great if you could customize a title field that could disambiguate the different concurrent office hours.

KrisJordan commented 2 days ago

@jadekeegan I believe this could be incorporated into the push for recurring events #597 since we'll need a schema migration and this is a simple field added to events. @ajaygandecha thoughts?

ajaygandecha commented 2 days ago

@KrisJordan @jadekeegan Agree! This maybe can either be a Boolean field, or an enum dropdown. We can also add this to the event type by separating office hours to something like (Instructor OH | TA OH). Thoughts here?