-
Notifications
You must be signed in to change notification settings - Fork 5
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
Phase 1: Membership (replicate existing form) #7808
Comments
Replication of existing online application form: I've also included copy (originally from the paper form) about accepting the conditions of use. It's more of an explicit message about what they're accepting (more so for anyone that will inevitably check the box without actually reading the full terms) |
Thanks Dom. I've added some comments to the visual. Let me know what you think - happy to have a chat about them! |
Thanks Carla, I've updated the designs and added some comments |
Updated the design slightly to include a line about agreeing to the T&Cs and Privacy Policy above the button: https://zpl.io/NwkyMed (devs, this is the main version to focus on) Also created a secondary design option for the page: https://zpl.io/8lkxe8J |
Right now we use auth0 to log users in to request items (i know, stating the obvious). Auth0 gives us different options of how we make that all work, we are currently using what auth0 call ✨ universal login ✨ . Basically, using universal login/sign up will mean we only ask a user for an email address and password to sign up. You can add custom actions to show other fields, but the initial part of the flow is someone giving their email and setting a password (auth0 helps us validate both inline). Jamie has illustrated 3 approaches to making this work for us but I wanted to show you what it would mean if we continued to use universal login. Taking the bare minimum details (email and password) and then asking for more is progressive profiling, Jamie mentioned here. I did a short spike on how possible option 2 was, more details are in the related ticket here. The upshot being: For this ticket, to replicate the existing selfreg form, we won't need to ask the user for their email address as we will already have it in the initial sign up step. We will need another ticket to implement the initial universal login/sign up step (where we capture the patron's email and password, after they submit the next screen should show the new form which this ticket asks us to create). |
Re the phases mentioned above: |
@DominiqueMarshall Question about the wording on the registration form:
As we've just been closed for 96 hours, and the library closes for longer over the Christmas/New Year period, is that wording that LE&E suggested and are happy with? I don't want to get into fiddling with copy for unusual closures, but also don't want to give expectations that we know won't be met. |
@pollecuttn that was copy written such a long time ago and LE&E were happy with it, but it's probably worth removing the line "Your membership will be confirmed within 72 hours" |
What is it and who's it for?
We currently have a pre-registration form on https://catalogue.wellcomelibrary.org/selfreg which captures limited information on users applying for library membership. This was designed to enable users to pre-register before coming to the building and allow them to access functionality such as Requesting in advance to being a full library member.
We would like to migrate this sign up process to wellcomecollection.org to sit alongside the new login/requesting flows for existing members and to minimise the disruption and change in experience between signing up/registering and logging in/requesting.
It is likely membership will be formed of multiple phases:
User story
As a non-library member
I want to create an account
So that I can request materials to see on my library visit
Acceptance criteria
Measurement
All Phase 1 stories
#7808 - Replicate existing form
#7809 - Confirmation of application
#7811 - Verification of email
#7812 - Update sign in
#7814 - Update editorial content
#7815 - Reporting
#7848 - Temporary member messaging - account
The text was updated successfully, but these errors were encountered: