Page MenuHomePhabricator

Validate breadcrumb data for Interface interactions
Closed, ResolvedPublic

Description

Events to validate:

UserContribListActivity.filter_by_button.click opens the filter activity.
UserContribFilterActivity.show is the filter activity, and any action under UserContribFilterActivity is related to this ticket.

For filter items selection (e.g. wiki filter or namespace filter), it will show UserContribFilterActivity.recycler_view.2.click which bases on the order in the list.

TBD: If we want to track the actual item name (e.g. English wiki, Wikidata, or a certain namespace), we will need to update the breadcrumb code for it.


Beta version: 2.7.50423-beta-2022-11-16
Production version: 2.7.50423-r-2022-11-16

Event Timeline

LGoto triaged this task as Medium priority.Oct 17 2022, 4:08 PM

This is on hold until full release, leaving data here but will wait until release for full results.

Validating we are seeing UserContribListActivity.filter_by_button.click events: Data

actioncount
filter_by_button.click1486
filter_by_button.longclick5

Note show action events appear under screen_name UserContribListActivity but not under the expected UserContribFilterActivity: Data

actioncount
show4958

Will add recycler value counts in next step.

Hi @SNowick_WMF

Just checked the status of the parent ticket, the feature is not released yet, and that's why we cannot see the data from UserContribFilterActivity screen.

We will update the app version for this ticket after we release it to beta and production.

cooltey updated the task description. (Show Details)

Validating we are seeing recycler_view click events as of 2022-12-07: Data