Automatically create a chat for volunteers and admin who are volunteering at an event. This can be used for both team building and for day-of communication. For example, if someone is running late or doesn't know which room to go to, they can let everyone know in one spot easily. It will probably be temporary, so after a couple of days, the chat will be deleted. We discussed faking our own chat feature instead of using something like Socket.io that requires constant server-side connection and instead just storing chat messages in our database and loading them when a user clicks into the chat.
Automatically create a chat for volunteers and admin who are volunteering at an event. This can be used for both team building and for day-of communication. For example, if someone is running late or doesn't know which room to go to, they can let everyone know in one spot easily. It will probably be temporary, so after a couple of days, the chat will be deleted. We discussed faking our own chat feature instead of using something like Socket.io that requires constant server-side connection and instead just storing chat messages in our database and loading them when a user clicks into the chat.