-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Survey is showed multiple times until the user dismisses or answers it #27368
Comments
might be related to #24923 |
@lucasheriques This is checked in the sprint plan, but there's no PR, what was the fix? Should this be closed? |
@marandaneto just unchecked it! may have accidentally pressed I answered the support ticket, which should unblock the customer, but I'll have to revisit this to improve the way we count if a survey was seen or not |
@marandaneto added more details with the solution I thought, appreciate any thoughts |
Sounds like a feature request (instead of a bug since its by design) which makes sense but contradicts #26391 so I am a bit confused about which issue is a bug and which one is a bug/invalid. |
here's a loom to make sure we're on the same page but yeah looks like it's a feature request instead |
I'm pretty sure this was by design - and the thinking was, if a survey shows up, it should reliably keep showing up until a user interacts with it, because they might be busy doing something else on their product, not in the right frame of mind, want to answer it later, etc. etc. Were there any customer complaints regarding this behaviour? I think it's pretty reasonable to get users to dismiss it and then never show it again, vs. us deciding with no user input. Most customer behaviour I've seen - they only get annoyed when it pops up again after they've dismissed, which we've fixed for all cases. |
oh some more comments from the loom:
|
Ok closing it as its by design, thanks @neilkakkar |
Bug description
Loom with the bug
Surveys only stop showing after the user interacts with them (either answering or dismissing it).
Instead, we should have a count for how many times the survey was shown.
And, if it was shown 3 times (potentially configurable by the survey creator), we should consider it as dismissed and not show it anymore.
How to reproduce
Question for readers
What should be the intended behavior here? Should we show the survey 3 times, and then stop showing it?
The text was updated successfully, but these errors were encountered: