FEATURE: Signup Message Compression

Created By Moleculor Time Open 5 days
Type Feature Request Last Update 3 days
Component General Version GroupCalendar 4.0.2
Status Open Priority Normal
FEATURE: Signup Message Compression

When you log in after several people have signed up, instead of seeing individual lines of text for each signup, GC should queue up each name and then either list each name on the same line (e.g. "Bob, Mary, and Jane have signed up for Event1") OR if there are too many names to fit, list the number of new people who just signed up (e.g. "Twenty three people have signed up for Event1").
RSS

Add Your Comment

avatar
3 days, 14 hours ago

4.1 will add the option to turn off those messages, but I'll see if there's any way for me to batch the messages. Since the responses come in sporadically after you login I'm not sure I can do this without writing a modestly complex piece of code to hold onto the response for some time after processing it (like maybe a minute or so), but doing so would mean that you always get those messages a minute or so after someone actually signs up while you're still online. Perhaps I could have it just hold on during the two minute sync period and that would give the best of both worlds. I'll think about it some more.