Page MenuHomePhabricator

Make the voter list searchable/filterable
Open, HighPublicFeature

Description

It's kind of late for this election, but since the voter list is public, I'd like to be able to search or filter it (to see whether someone voted, or which domains people voted from, or other stalkerish things).

Along with time (before or after x), name, and domain, it'd be nice to be able to filter by whether a vote has been struck or superseded.


Version: unspecified
Severity: enhancement
URL: https://wikimedia.spi-inc.org/index.php/Special:SecurePoll/list/17

Details

Reference
bz20156

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:55 PM
bzimport set Reference to bz20156.
bzimport added a subscriber: Unknown Object (MLST).
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM
Aklapper removed a subscriber: wikibugs-l-list.
jrbs raised the priority of this task from Medium to High.Sep 23 2022, 10:49 PM

Evaluation:

Easy to implement but a large task. Will require to create a REST endpoint for listing and a UI (VueJS/OOJS). We may need to consult UX exports or comply to WMF specific guidelines

That doesn't seem right to me? The filtering should be done server-side, so all it needs is an HTMLForm to add filters and then apply those conditions to the SQL query accordingly. An API would be nice, but that's a separate task (T44465).