This task involves the work of adding instrumentation to visualeditorfeatureuse
The need for this instrumentation emerged in response to the Abstract Wikipedia Team to check the usage of search and other features in Wikifunctions in VisualEditor.
Requirements
- Add the following events to track
| Event to be tracked | event.feature | event.action |
| The user changes or starts the search query | WikifunctionsCall | search-change-query |
| The user selects an function from the search results | WikifunctionsCall | search-choose-function |
| The user changes or starts the query in preview | WikifunctionsCall | preview-change-query |
| The user clicks the link to Wikifunctions while reading a function output | WikifunctionsCall | function-link-click |
- Update visualeditorfeatureuse schema with new values
Notes and Useful Links
- When updating the event table, add the editing team engineer to review.
- FeatureUse_data_dictionary
- VE Developer_glossary
