Page MenuHomePhabricator

It would be nice if the "tagged for deletion" flyout listed who had tagged it
Open, MediumPublicFeature

Description

At the moment, the "reviewed" flyout in the Special:NewPagesFeed list view tells you who reviewed the page; it would be nice if "tagged for deletion" had the same functionality :).


Version: master
Severity: enhancement

Details

Reference
bz40264

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:54 AM
bzimport added a project: PageTriage.
bzimport set Reference to bz40264.
bzimport added a subscriber: Unknown Object (MLST).

As discussed in our weekly meeting, this is a hard feature to implement, because we do not currently track the names of people who add deletion tags in our data tables.

So we are lowering that priority for this proposed enhancement accordingly.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM

image.png (208×566 px, 25 KB)

image.png (165×558 px, 15 KB)

I agree that this would not be simple to implement. Would have to do an API query on every hover, or store this info in the pagetriage_page_tags table and prebuild the popups. The latter is how we do it for reviewed articles. The code is in modules/ext.pageTriage.util/models/ext.pageTriage.article.js -> formatMetadata()