tl-its-umich-edu / remote-office-hours-queue

Virtual queuing tool supporting Zoom video conferencing and/or in person meetings.
https://officehours.it.umich.edu/
Apache License 2.0
12 stars 28 forks source link

Searching by email instead of uniqname for queue not allowed #480

Open OscarSong2003 opened 7 months ago

OscarSong2003 commented 7 months ago

Currently, the user does not allow emails to be searched in the search for queue box in the home page. Thus, if there's a queue created by uniqname "osong" for example, searching osong@umich.edu would not yield results and give the warning message. Not sure if the team wants to potentially support searching by email as well.

image

I made a potential fix that will just strip the @umich.edu portion from the search text as a potential solution, but also think current implementation is still acceptable to user (given that a warning is incorporated).