muon-emergency / project-fob

1 stars 0 forks source link

Creating multiple meeting #30

Closed PingWIN7 closed 6 years ago

PingWIN7 commented 6 years ago

Situation: Someone hosting 2 meeting in the same time.

Issue: For most of the features we are storing values in sessions. Because the user is hosting a different meeting the values are being overwritten. Because of this some functions become faulty. (For example the newly implemented QR code generator, stat screens can return wrong values. Host may accidentally shuts down the last meeting instead of the other one. etc.

wilka commented 6 years ago

At some point we're going to stop storing things in session state, so this can be ignored for now. It should go away once we've changed the storage method.