This task involves the work of introducing a way for volunteers to see all of the published edits that a volunteer was shown an Edit Check within.
Story
As an experienced volunteer who is motivated evaluate the impact Edit Check is having on the quality of edits people publish, I want to see a list of all of the edits that a volunteer was shown an Edit Check in the process of publishing, so that I can identify patterns common among:
- False positives and propose revisions to the heuristic Edit Check is using to become activated
- Low quality/disruptive edits and propose revisions to the Edit Check UX to reverse this trend
Requirements
Draft
Meta
- Filter the list of edits using the following characteristics:
- Username of the person who made the edit(s)
- Date + Time
- Date after which edits need to have been made
- Date before which edits need to have been made
- Dates between which edits need to have been made
- Edit Check(s) that were shown within the edit session
List
- A list comprised of items that contain the following information/actions
- Date & time edit was published
- Username of the person who published the edit + link to their user and talk pages
- Edit Check(s) that were activated and shown during edit
- Link to page where configurations are stored and set for the Edit Check(s) that were activated within the edit
- Edit summary of edit
- Link to diff
NOTE: the requirements above were, in large part, inspired by Special:AbuseLog.
Approaches
Approach #1: Special:RecentChanges
- Description
- Volunteers can see the edits an Edit Check was activated within by visiting Special:RecentChanges and filtering using the tag T342462 introduces
- Considerations
- .
- .
- .
Approach #2: Custom Special:RecentChanges view
- Description
- Volunteers can visit a new page that functions as a custom view of Special:RecentChanges
- Considerations
- The viability of this approach is being investigated in T342478