Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | None | T120037 Vital Signs: Please provide an "all languages" de-duplicated stream for the Community/Content groups of metrics | |||
| Resolved | None | T120036 Vital Signs: Please make the data for enwiki and other big wikis less sad, and not just be missing for most days | |||
| Resolved | • odimitrijevic | T130256 Wikistats 2.0. | |||
| Resolved | None | T140000 Design new UI for Wikistats 2.0 | |||
| Resolved | None | T152033 Visual Language for http://stats.wikimedia.org replacement | |||
| Resolved | Milimetric | T157827 Visual prototype for community feedback for Wikistats 2.0 iteration 1. | |||
| Resolved | Milimetric | T162155 Create and monitor Round2 consultation page |
Event Timeline
Comment Actions
Let's make sure wikistats banner points to this page before we start the consultation: https://www.mediawiki.org/wiki/Wikistats_2.0_Design_Project/RequestforFeedback/Round2 (right now it links to Round1)
Comment Actions
List of users retrieved by combining the first round (https://meta.wikimedia.org/wiki/User:Milimetric_(WMF)/Wikistats) with this query:
select user_name
from mediawikiwiki.user
where user_id in
(select distinct rev_user_id
from flowdb.flow_workflow
inner join
flowdb.flow_tree_node on workflow_id = tree_ancestor_id
inner join
flowdb.flow_tree_revision on tree_descendant_id = tree_rev_descendant_id
inner join
flowdb.flow_revision on tree_rev_id = rev_id
where workflow_wiki='mediawikiwiki'
and workflow_page_id in
(select page_id
from mediawikiwiki.page
where page_namespace = 1
and page_title like 'Wikistats_2.0_Design_Project/RequestforFeedback/Round1%'
)
)
;The result is this new page for mass contact: https://meta.wikimedia.org/wiki/User:Milimetric_(WMF)/Wikistats_Round2