This task involves the work with updating the data Superset ingests such that edits tagged with change tag introduced in T249038 can be visualized and interacted with in a chart like https://superset.wikimedia.org/r/773.
In Superset, this new revision tag will be used to create a new option available in the interface field.
Current interface options in Superset include:
- 2017 wikitext editor (based on 'visualeditor-wikitext' revision tag)
- VisualEditor (based on 'visualeditor' revision tag)
- Switched from VisualEditor to wikitext editor (based on 'visualeditor-switched' revision tag).
- Other (edits not tagged with the above revision tags, which currently includes all edits made with the legacy wikitext source editors, along with edits made with other tools/interfaces (like Huggle and HotCat) )
Requirements
- The interface field of the edits_hourlydataset is updated to include a 2010 wikitext editor option (based on edits tagged with new wikieditor revision tag added in T249038 and documented here)
- edits_hourly is updated in such a way that individuals can apply filters, like those listed below, to edits tagged with the change tag introduced in T249038:
- platform
- project_family
- user_is_bot
- is_reverted
- namespace_is....
- user_edit_count_bucket IN...
Done
- Edits made with the 2010 wikitext editors can be visualized and filtered in Superset, within a dashboard like https://superset.wikimedia.org/r/773
Note: Edits complete with the 2003 editor wikitext editor will still be left untagged and indicated as Other in Superspet pending completion of T295340.