We need to involve top VE feedback givers at mw.org, but the feedback page there is a LiquidThreads board, and therefore I don't know where to look to understand who the most active editors are. @werdna, maybe you can explain that to us? :)
(Forked from https://phabricator.wikimedia.org/T92685 ).
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • gpaumier | T93394 Support VisualEditor rollout with research and analyses | |||
Resolved | Ironholds | T93595 Please make me a list of the users who gave feedback on the LQT boards at https://www.mediawiki.org/wiki/VisualEditor/Feedback |
Event Timeline
Worked out how to get it; I'll be able to get the list to you de-duped, but working out what their "native" wiki is is...not an easy task.
Thank you. Rather than seeing you add the Epic tag to this task, I'll probably live anyway if I can only deliver to their mw.org talk pages.
Doesn't look right? This user, for example, is a regular there, and he's not on the list.
Okay, this is REALLY WEIRD. @werdna how the heck does this setup work?
At the moment I'm running:
SELECT th_user_text AS username, COUNT(*) AS edits FROM thread_history WHERE th_id IN(SELECT DISTINCT(thread_id) FROM thread WHERE thread_article_title = 'VisualEditor/Feedback')
AND th_user > 0 AND th_user_text NOT LIKE('%WMF%') GROUP BY th_user_text ORDER BY COUNT(*) DESC;
And it's missing a ton of users.
I dunno, have the pages been moved around a lot? You might also want to check thread_article_id (WHERE thread_article_title=X OR thread_article_id=X).
Check the Threads::articleClause method for the "correct" way to see if a thread is on a particular talk page.
I have data! Because Werdna is werdnaful :D.
(Elitre: the user you highlighted isn't in the set because they're in the "switched" dataset, looks like)