-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update contextual-survey-metadata.json for pilot test #1 #113
Conversation
The URL for "More Info" may be update later to `/user-surveys` once flutter/website#8654 is merged
I think you may also want to make the conditions array empty since you want to test with everyone right? As it stands right now, each user testing this feature would need to have already sent 1000 events previously, which may not be the case for everyone. |
Also if you want to test the snooze functionality, we may want to try a snooze period less than 7200 minutes? Perhaps something like 2-5 minutes to test the snooze functionality? |
- Snooze for 1 day - Empty the conditions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet, LGTM.. you changed the snooze minutes to 24 hours now it seems so you'll be testing this over the span of 2 days?
Hi Elias, thanks for reviewing! 5 minutes makes more sense, actually. Updated! |
The URL for "More Info" may be update later to
/user-surveys
once flutter/website#8654 is merged