bjornregnell / sigrid

Help queue web app for lab sessions and tutorials.
Apache License 2.0
10 stars 5 forks source link

Add awareness of scheduled rooms #26

Closed theolundqvist closed 2 years ago

theolundqvist commented 2 years ago

Virtual rooms with similar names could all be pointing to the same physical room. Mostly this occurs when students fail to spell the room name correctly.

By requesting data from kaptenalloc or the google sheet "pgk-dod-allokering-utfall" Sigrid could be made to automatically open the relevant rooms. By doing this we could also create a fancy UI with "join" buttons for each open room.

theolundqvist commented 2 years ago

An approach for requesting data from the spreadsheet is presented in #27

bjornregnell commented 2 years ago

I have added a warning for unknown room now. Hopefully that will help avoiding students being in the wrong room... The downside with requiring rooms to be in the schedule is that you cannot use a fake room if the real one has been hacked...

bjornregnell commented 2 years ago

related to #32