Page MenuHomePhabricator

Log source of feedback moderation activity in FeedbackPage
Closed, ResolvedPublic

Description

As per this thread [1] it would be very helpful if we could monitor feedback moderation actions originating from:

(1) the article feedback page
(2) the central feedback page
(3) the watchlist view of the feedback page

I'm against any schema modification of the AFT tables for this purpose at this stage, but I imagine it would be possible to store this supplementary data in the logging table's log_params field.

Should this be too costly, an alternative would be to use the new event logger as soon as it's up and running. We definitely cannot support this request using the ClickTracking API as it will be deprecated shortly.

Matthias, I'd like to hear from you on this request and the amount of work that would be required.

[1] http://lists.wikimedia.org/pipermail/wikimedia-l/2012-October/122294.html


Version: unspecified
Severity: enhancement

Details

Reference
bz41061

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 12:50 AM
bzimport set Reference to bz41061.
bzimport added a subscriber: Unknown Object (MLST).

Can be done, patch set up on Gerrit already: https://gerrit.wikimedia.org/r/#/c/28383/

Once deployed, you'll find a new param "source", which can either be:

  • article
  • central
  • watchlist
  • permalink
  • abusefilter (in case abusefilter auto-flags upon submission)
  • unknown (shouldn't happen though ^^)