bjornregnell / sigrid

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

Room closed in the middle of lab session #19

Closed hnrklssn closed 2 years ago

hnrklssn commented 4 years ago

It's quite confusing and irritating for everyone involved when a room times out and is removed, while a lab is active and people are queueing for help. I propose we never remove rooms when the following criteria hold:

bjornregnell commented 2 years ago

There is a check that the room is not active, see here: https://github.com/bjornregnell/sigrid/blob/master/src/main/scala/model.scala#L94