Page MenuHomePhabricator

Measure how often the "mark all as read" action is used in the Notification Panel
Closed, ResolvedPublic

Description

The Notification Panel provides an action to mark all items as read in one go.
Measuring how often is that used and how many notifications are normally cleared that way will be useful to understand better the workflows around notifications.

Event Timeline

Change 303015 had a related patch set uploaded (by Mooeypoo):
Log 'mark all read' button click actions

https://gerrit.wikimedia.org/r/303015

Change 303291 had a related patch set uploaded (by Mooeypoo):
Log the mark entire cross-wiki bundle as read action

https://gerrit.wikimedia.org/r/303291

Change 303015 merged by jenkins-bot:
Log 'mark all read' button click actions

https://gerrit.wikimedia.org/r/303015

Change 303291 merged by jenkins-bot:
Log the mark entire cross-wiki bundle as read action

https://gerrit.wikimedia.org/r/303291

'mark-entire-xwiki-bundle-read-click' event is recorded in EchoInteraction table. The most recent timestamp

research@s1-analytics-slave [log]> SELECT MAX(timestamp) FROM EchoInteraction_15823738 
WHERE event_action='mark-entire-xwiki-bundle-read-click';

+----------------+
| max(timestamp) |
+----------------+
| 20160818200634 |
+----------------+