mitmedialab / unhangout-old

RETIRED
https://unhangout.media.mit.edu
MIT License
155 stars 39 forks source link

simple event deletion interface. #444

Open thehunmonkgroup opened 9 years ago

thehunmonkgroup commented 9 years ago

Adds a delete button to all events on the /admin/ page, with a simple confirmation dialog. A further server side check is done to ensure no users are actively connected to the event prior to deletion. The event and all associated sessions are deleted as part of this action.

Used the node flash module for simple user feedback.