Page MenuHomePhabricator

Step 2: track "closing event" with and without change (impact: low)
Open, LowPublic5 Estimated Story Points

Description

Problem:
We want to know how many people get confused/overwhelmed/... by the Wikidata Bridge and close the modal without making any change or make a change but do not save it.

Acceptance criteria:

  • when an editor opens the modal and does not make any change to the value then they are counted in a bucket
  • when an editor opens the modal and interacts with the app by making any change (even if eventually the original state is restored) to the value but does not save it then they are counted in a second bucket
  • when an editor opens the modal and does make any change to the value and then saves it then they are counted in a third bucket

Event Timeline

darthmon_wmde renamed this task from track closes with and without change to track "closing event" with and without change.Sep 10 2019, 9:26 AM
darthmon_wmde set the point value for this task to 5.Sep 10 2019, 9:30 AM

Possible logical flaw detected: programmers so far assumed that the same logic we implement for T230342: enable/disable save button depending on Bridge state was identical to the one to determine which bucket we count a close as, but this is not quite compatible with "even if eventually the original state is restored".

The save button be should be disabled when ever the state is not eligible for click (unchanged, invalid)
while
the tracking apparently should count as changed if the state was once considered this (irrespective of the state at the time of close).

@Pablo-WMDE Thanks! That is intended. In the second bucket we only want to know if they did anything with the data - we don't care what they did.

Thanks! That is intended

Sure. Was more meant as a note to the dev: our initial assumption ("for free") was partially flawed.

Lydia_Pintscher renamed this task from track "closing event" with and without change to Step 1: track "closing event" with and without change.Dec 5 2019, 1:06 PM
Lydia_Pintscher renamed this task from Step 1: track "closing event" with and without change to Step 1: track "closing event" with and without change (impact: low).Dec 8 2019, 1:19 PM
Lydia_Pintscher renamed this task from Step 1: track "closing event" with and without change (impact: low) to Step 2: track "closing event" with and without change (impact: low).Mar 18 2020, 11:25 AM
Lydia_Pintscher moved this task from Ready to pick up to Later on the Wikidata-Bridge board.

Moving this to later because we can get a basic number based on the Bridge opening stats by datatype combined with the number of edits made through the Bridge.