Closed
Bug 1268040
Opened 10 years ago
Closed 10 years ago
[User Story] As a spam admin I want to filter out known writers so I can scan for spam more efficiently
Categories
(developer.mozilla.org Graveyard :: General, defect)
developer.mozilla.org Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: atopal, Unassigned)
Details
(Keywords: in-triage)
User Story
I as a spam admin want to filter our known writers so I can scan for spam more efficiently
Currently, the way to scan for spam on MDN is to monitor the revision dashboard [1]. Most changes are made by known authors with MDN staff writers being responsible for more than 1/3 of all changes. These changes don't need to be monitored in general and get in the way of catching spam.
Filtering out known authors would make scanning the dashboard much more efficient.
My suggestion:
1. Create group "Known Authors"
2. Add drop down filter do revision dashboard: All Authors / Unknown Authors
Definition of Unknown Authors: Everyone not in "Known Authors".
[1] https://developer.mozilla.org/en-US/docs/MDN/Doc_status$history
Comment 1•10 years ago
|
||
This is the link of Revision Dashboard BTW!
https://developer.mozilla.org/en-US/dashboards/revisions
| Reporter | ||
Comment 2•10 years ago
|
||
Oh yeah, copy/paste error. Thank you, Safwan.
Comment 3•10 years ago
|
||
There's an existing "Trusted Writers" group that already has the people that I'd expect on the Known Author's list. I'd like to reuse that group rather than create a new one.
I think the way to ship this is a Constance config that has the group ID of the "Known Writers" group, with a default of 0 that disables the feature.
Summary: [User Story] I as a spam admin want to filter our known writers so I can scan for spam more efficiently → [User Story] As a spam admin I want to filter out known writers so I can scan for spam more efficiently
Comment 4•10 years ago
|
||
:atopal confirmed in meeting, this should be a new group "Known Authors", not reusing "Trusted Writers".
Comment 5•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/2746293db54f02e9e375a13d302c983b226add2c
bug 1268040 - add filter for known and unknown revision authors
https://github.com/mozilla/kuma/commit/37688f9ae4c855ee89d3d4df436cd55853366276
bug 1268040 - add filter for known and unknown revision authors
https://github.com/mozilla/kuma/commit/601eb7ad31c03037a863ee02a073f6fb4d0cd25c
bug 1268040 - Remove duplicate AUTHOR_CHOICES.
https://github.com/mozilla/kuma/commit/c8e5efcebc5ff2e47b081ffe57eb3777259ad62b
Merge pull request #3861 from caktus/1268040-dashboard-filter-known-authors
bug 1268040 - dashboard filter for known authors
Comment 6•10 years ago
|
||
Change pushed to production. Topal reports "wow, after removing known authors, the english RD is not even a full page long. so much easier to review :)"
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•