Add instrumentation to Special:Mute
authorDayllan Maza <dmaza@wikimedia.org>
Mon, 5 Aug 2019 21:30:45 +0000 (17:30 -0400)
committerDmaza <dmaza@wikimedia.org>
Mon, 19 Aug 2019 15:18:11 +0000 (15:18 +0000)
commitdb4aaa1a3e715c4467730902973b6e154d054d5b
tree029f0a4a6cc2b891ebf84269ffba666f956ec15c
parent440d00a4805c9505c2544f8e4bf8817f61230603
Add instrumentation to Special:Mute

We are already tracking pageviews and with following change we should be able
to answer the following questions:
* Of the users who land on this page, what percentage of users actually
  mute or unmute someone
* Of the users who mute a user, which option(s) did they check/uncheck in order
  to mute/unmute the user

EventLogging Schema: https://meta.wikimedia.org/wiki/Schema:SpecialMuteSubmit

Bug: T224958
Change-Id: I655dbd999fd5d3d8f792c4f53b7cc502fe05afd5
docs/hooks.txt
includes/specials/SpecialMute.php