Yuvi, Aaron and I sat down to review the implementation of revtags for mobile edits and we came up with the following proposal:
Assumptions • we want to be able to expose whether an edit is from a mobile app or mobile web in MediaWiki as patrollers are filtering edits based on the source • we want to allow Product to have a handy way to select all mobile edits (regardless of whether they come from apps or mobile web) • we want a solution that is backward compatible • we don’t want to use tags to store additional metadata, such as platform or app version (which can be obtained from EventLogging instrumentation)
Proposal Implement 3 distinct MediaWiki tags [1]
mobile edit generic tag for all mobile edits
mobile web edit tag specific to mobile web revisions
mobile app edit tag specific to mobile app revisions
Each mobile edit will get at least two tags.
• run a maintenance script to remove spurious tags for mobile app account creations from change_tag and tag_summary • run a maintenance script looking for all instances of mobile edit without mobile web edit or mobile app edit and add tag them as mobile web edit
This should be fully backward-compatible and allow flexible filtering by tag. Let us know if you have any question/concern.
Dario
The change has been merged and deployed!
https://test.wikipedia.org/w/index.php?title=Test_Photo_Uploads&curid=65...
Thanks to Yuvi for making this change :)
On 12 June 2014 16:22, Yuvi Panda yuvipanda@gmail.com wrote:
The change has been merged and deployed!
https://test.wikipedia.org/w/index.php?title=Test_Photo_Uploads&curid=65...
-- Yuvi Panda T http://yuvi.in/blog
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
On Jun 12, 2014 7:22 PM, "Yuvi Panda" yuvipanda@gmail.com wrote:
The change has been merged and deployed!
https://test.wikipedia.org/w/index.php?title=Test_Photo_Uploads&curid=65...
In your example, (mobile web) both tags have "mobile" capitalized.
When looking at my own in-app edit, I see one tag capitalized and one lowercase. (for "mobile")
-Jeremy
Yuvi,
I confirm the issue Jeremy reported (note that both tags for app edits are correctly captured in lowercase in the database, so this is a UI only issue).
Aside from this, any ETA for maintenance script #1 (removal of tagged account creations)?
Thanks again for the quick turnaround, Dario
On Jun 13, 2014, at 5:21 PM, Jeremy Baron jeremy@tuxmachine.com wrote:
On Jun 12, 2014 7:22 PM, "Yuvi Panda" yuvipanda@gmail.com wrote:
The change has been merged and deployed!
https://test.wikipedia.org/w/index.php?title=Test_Photo_Uploads&curid=65...
In your example, (mobile web) both tags have "mobile" capitalized.
When looking at my own in-app edit, I see one tag capitalized and one lowercase. (for "mobile")
-Jeremy
The non-capitalized 'mobile app edit' has been fixed in https://gerrit.wikimedia.org/r/#/c/140353/. Purely a l10n change.
On Tue, Jun 17, 2014 at 12:22 AM, Dario Taraborelli dtaraborelli@wikimedia.org wrote:
Yuvi,
I confirm the issue Jeremy reported (note that both tags for app edits are correctly captured in lowercase in the database, so this is a UI only issue).
Aside from this, any ETA for maintenance script #1 (removal of tagged account creations)?
Thanks again for the quick turnaround, Dario
On Jun 13, 2014, at 5:21 PM, Jeremy Baron jeremy@tuxmachine.com wrote:
On Jun 12, 2014 7:22 PM, "Yuvi Panda" yuvipanda@gmail.com wrote:
The change has been merged and deployed!
https://test.wikipedia.org/w/index.php?title=Test_Photo_Uploads&curid=65...
In your example, (mobile web) both tags have "mobile" capitalized.
When looking at my own in-app edit, I see one tag capitalized and one lowercase. (for "mobile")
-Jeremy