-
Notifications
You must be signed in to change notification settings - Fork 13
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
Iterate opt in flow for user research participants #441
Iterate opt in flow for user research participants #441
Conversation
**As a buyer I want to easily opt-in to user research so that I can help improve the buyer experience for G-Cloud** The current opt-in journey has been unsuccessful, only 6 buyers have signed up. A higher number of suppliers, however, we suspect that this is due to G10 submission going on at the same time. Buyer and suppliers cannot opt-in until they log in. Buyers and suppliers that don't log in don't have an opportunity to opt-in for user research. *** **Changes** Cookie banner to appear on all pages for logged in and logged out users until they click close or opt in. If clicked close, it reappears after 90 days. *** **Notes** Users will have to log in before they can opt-in. We should use the existing opt-in journey as much as possible. This is non-mission work. Ticket: https://trello.com/c/48pZNhaG/120-iterate-opt-in-flow-for-user-research-participants
52a2cbb
to
5d57d40
Compare
@@ -20,6 +20,12 @@ | |||
{% include "toolkit/proposition-header.html" %} | |||
{% endblock %} | |||
|
|||
{% block after_header %} | |||
{% if not current_user.user_research_opted_in and not 'seen_user_research_message' in request.cookies %} |
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.
Where there's a string i.e. seen_user_research_message
that needs to be the same in two files, and we can't define a constant somewhere, then we should probably have a comment at each end referencing the other thing? (i.e. between here and the JS file)
Dunno but this may be a breaking change, in that it mustn't go live until the banner has been removed from the other places that it currently appears? |
I can't help but slightly question the validity of the user story here... We definitely have a need for it, but to say the buyer does feels a bit of a stretch. 🤔 /irrelevant |
The users need is to be able to close the box and get it out of the way, without precluding themselves from ever participating in user research. Users often do want to participate, and they often do want to close annoying banner messages, and there's nothing in the current UI that says that closing the box means you will never see it again. So we're catering to some users' needs. We cannot know how many, until we see how many more people sign up as a result of this change ;-) |
As a buyer I want to easily opt-in to user research so that I can help improve the buyer experience for G-Cloud
The current opt-in journey has been unsuccessful, only 6 buyers have signed up. A higher number of suppliers, however, we suspect that this is due to G10 submission going on at the same time.
Buyer and suppliers cannot opt-in until they log in. Buyers and suppliers that don't log in don't have an opportunity to opt-in for user research.
Changes
Cookie banner to appear on all pages for logged in and logged out users until they click close or opt in. If clicked close, it reappears after 90 days.
Notes
Users will have to log in before they can opt-in.
We should use the existing opt-in journey as much as possible. This is non-mission work.
Ticket: https://trello.com/c/48pZNhaG/120-iterate-opt-in-flow-for-user-research-participants