mozilla / onboard

INACTIVE - http://mzl.la/ghe-archive - The Firefox Onboarding Add-On experiment.
Mozilla Public License 2.0
1 stars 4 forks source link

No Interaction Flow: If a new tab is opened before time, there is no notification shown #90

Closed jenniferdavidson closed 7 years ago

jenniferdavidson commented 7 years ago

Not sure if this is an actual issue or how it's designed.

Step 1. Open a new tab (Tab 1). See a notification. Step 2. Wait less than a minute. Open a new tab (Tab 2). Outcome: On the new tab, NO notification appears.

Question: Should the notification from Tab 1 appear on Tab 2, since it's 'been less than 24 hours'? Or do we only show the notification on 1 new tab for 24 hours?

@schalkneethling @verdi

Verdi commented 7 years ago

We should be showing them on all new tabs until you click the CTA, dismiss it or reach 3 sessions or 24hrs.

schalkneethling commented 7 years ago

@jenniferdavidson You say:

Step 2. Wait less than a minute. Open a new tab (Tab 2).

You say you waited less than a minute. The current timers are set at 30 seconds each so, the notification will be shown for 30 seconds(24 hours during release), and then enter an interval of 30 seconds(24 hours during release) for which no notification will be shown. After that, the flow will move on to the next notification.

So, if you waited less than a minute but, more than 30 seconds, then what you saw is 100% correct.

jenniferdavidson commented 7 years ago

That seems to contradict what @verdi said "We should be showing them on all new tabs until you click the CTA". I waited less than a minute but more than 30 seconds, but from what Verdi said the notification (from Tab 1) should appear on the new tab (Tab 2) before the next notification appears, regardless of the length of time it has been.

schalkneethling commented 7 years ago

@jenniferdavidson

"We should be showing them on all new tabs until you click the CTA"

then he also states

"or reach 3 sessions or 24hrs."

24hrs here equal 30 seconds. The way it works is

No interaction

The tour moves onto the next notification

Interacted

At which point, the tour moves onto the next notification

jenniferdavidson commented 7 years ago

Ahhh - ok! Thanks for the clarification. I'll close this issue then.