Mibew / mibew

Mibew Messenger - open-source live support application
https://mibew.org
Other
471 stars 204 forks source link

Which group missed their chats? #242

Closed tilkov closed 5 years ago

tilkov commented 5 years ago

Environment

Is there a way to see more statistics about the missed chats? List of them, and which group missed them are important.

Regards, Todor

faf commented 5 years ago

Probably it can be calculated from the information in database. One could write own plugin (to implement a cron job to calculate the desired statistics and a custom page to display it) or a stand alone script to do the job.

The basic code for statistics that can be used as a starting point is available here.