plapczyn / webrew

The world's foremost coffee related social network
2 stars 0 forks source link

Brew | Chat feature #19

Closed petelapczynski closed 7 years ago

petelapczynski commented 7 years ago

Add a chat page where users can send messages. Will require additional collection to store messages in database. New client template. New server methods to handle meteor calls. Need to publish messages, Need to subscribe to the messages. New route.

petelapczynski commented 7 years ago

added new collections Messages and RoomUsers. Chat route adds user on route enter trigger and removes user on exit. Additional template files (chat.js, chat,html, chat.css). Added server method and publisher files.

On route enter the user is added. On route exit user disconnects but on browser close they are left active, Server sided timed interval functions will make user away (5 min) / removed (10 min).