Page MenuHomePhabricator

iOS `event_comment` values to send with edit events
Closed, ResolvedPublic

Description

We use edit data from mediawiki_history (revision tables) but in order for us to best use that data we will need to add text values sent with successful edits to the event_comment field in that dataset. This will also help us advance better edit tracking in general.

The changes suggested below are open for feedback/discussion but some solution that applies a specific label to each type of suggested edit going forward will be a great help, especially since we rely on mediawiki_history data as our edit event source of truth.

iOS Edits:
Updated for Native Editor

Event commentEdit typeEdit interface
#article-section-source-editorarticle section editnative editor
#article-full-source-editorarticle full source editnative editor
#article-select-source-editorArticle select edit entry pointnative editor
#talk-full-source-editortalk page full source editnative editor
#article-add-descarticle description add (EN and Wikidata)default
#article-change-descarticle description change (EN and Wikidata)default
#diff-undodiff undo buttondefault
#diff-rollbackrollbackdefault
#talk-replytalk page new replydefault
#talk-topictalk page new topicdefault

TBD:

Image Alt Text (Pending implementation)#suggestededit-add-alt
#suggestededit-translate-alt (if this is an option)

Event Timeline

SNowick_WMF updated the task description. (Show Details)
SNowick_WMF updated the task description. (Show Details)
SNowick_WMF claimed this task.

This is resolved, verifying we are seeing edit event_comment values for edits in revision for multiple wikis.

Note we will likely be moving these from event_comment to revision_tags in the future. TBD.