wpsharks / comment-mail

A WordPress plugin enabling email subscriptions for comments.
http://comment-mail.com
GNU General Public License v3.0
8 stars 3 forks source link

Improve Mail Queue Event Log representation of digested emails #276

Open raamdev opened 8 years ago

raamdev commented 8 years ago

It's currently quite confusing and difficult to understand which events in the Mail Queue Event Log belong to a specific email digest.

Right now we have a Queue ID (5 in the screenshot) and then notifications that are sent as a digest are represented by the Digested by Queue ID column (both of these columns are hidden by default).

2016-06-06_19-33-51

The other big problem here is that it looks like several emails were sent out (remember, this is the Mail Queue Event Log, so it is expected that entires here represent emails being sent out).

A better way to represent this would be to have a single event log entry (e.g., the main Queue ID entry of 5) that represents the digest email that was sent, and then something on the entry that indicates it was a Digest email, with some way of viewing a list of the notifications that were included in that digest.