Page MenuHomePhabricator

Show page-level discussion statistics
Open, Needs TriagePublic

Description

We've added section-level discussion statistics for comment count and participant count.

image.png (290×1 px, 59 KB)

image.png (884×556 px, 94 KB)

However, all we expose at the page level is the location of the latest comment.

image.png (308×1 px, 52 KB)

It might be useful for people to get a sense for the activity of a page if we also showed at least the "X people are commenting" statistic at the page-level as well. It's technically pretty simple to do, since we're already basically doing all the work for each section separately.

Event Timeline

GBasha-WMF was looking for a way to find this information, and it occurred to me that it was sort of strange we weren't already exposing it...

It might be useful for people to get a sense for the activity of a page if we also showed at least the "X people are commenting"

Of course these counts will only cover un-archived conversations, which is somewhat arbitrary based on local archiving policy and whether an archiving bot is running.

In this example, we were interested in how many people had participated in total (including archives). That is possible for us to count but less trivial.