-
Notifications
You must be signed in to change notification settings - Fork 174
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
Avoid button confusion by having a single button on the configurator #398
Avoid button confusion by having a single button on the configurator #398
Conversation
🙈 The PR is closed and the preview is expired. |
Additionally I added more space above the single button because it's currently crammed up against the title bar. |
We could have more than one button, but with the following requirements:
What we saw in the workshop is that people would make selections, and then click the biggest button. So that would bypass their selections, and was a totally broken experience. Making "take me to the default" always-small, and not-a-button would solve that problem, but then I think it's not very obvious to people that selections are optional. The configurator adds some friction for people who want to look at the workshop, so I was aiming to reduce that friction by having a large bypass. I like the "or configure" text, though, I think that makes the expected behaviour clearer. |
I see a couple options.
|
I like the two columns, since that will be friendly to the laptop screen (see below). Do you think it then also works to disable/dim the 'default workshop experience' button as soon as something is selected? The button is basically useless as soon as someone's selected something, so I want to reduce (a) the ability for people to choose it by accident and then get the wrong workshop and (b) the visual attention the 'wrong' button takes on the screen.
Hm, wouldn't this one involve a few extra clicks, because people have to activate the panel before they can use it? That seems like a friction that's not adding all that much. I like the 'cancel' option might be helpful, though, to avoid the problems I mentioned above with the single button. Or perhaps a 'reset', but same idea. The other problem I saw in the workshop is that on a laptop screen, if the button is at the bottom of the list, people have to scroll to get to it. That was another reason I moved the button to the top. If people can't see the 'right' button and they can see the 'wrong' button, it's extra-catastrophic, because of course they'll push that one ... but even without that, the scroll is annoying. I could work around the real estate issue by just making all the fonts smaller and shrinking the spacing a bit, to ensure there's no scrolling even on a laptop screen. It's most likely that people will be doing the workshop on a laptop, so that screen size is important. |
I spotted a problem for urls like https://quarkiverse-quarkus-workshops-pr-398-preview.surge.sh/super-heroes/index.html?os=mac (where parameters are set on the url), so I've fixed that, and adjusted the spacing as @insectengine suggests. I've held off bigger changes until we decide what we want. |
That could work. When the user hits the page, the default button is active and the custom disabled. If they select anyting on the right, then the button's active status switches. I've roughly laid out how a two column could look (but both buttons are active in my example). |
Thanks for visualising it, @insectengine, that really helps. I think what you have looks really good - the two columns make it clear that you're choosing between two paths, and with the switching of the active status should idiot-proof it. Do you think I should add a reset button, or keep it simple until people complain/we spot people getting in trouble in workshops? I guess this means there's no justification for exciting animations on the buttons. 😭 |
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.
This UI is getting better everyday
Ok... I see a flaw in our two column/switcher solution. Because the desktop selector is a radio button, there is no way for the user to select default without refreshing the page. Adding a reset button would fix this but it introduces an additional click. The simplist solution would be to just remove the disabling of buttons so they are both active. The user would then always be able to select default no matter the form status, with only one click. With two columns, I don't think users would be confused by two buttons and NEED the active/disable switcher to understand what to do. I'd suggest we go this route and field test it to see if users are confused by the workflow. |
…e default workshop when they want customisation
f5d009c
to
4ab0528
Compare
Ok, @insectengine's design implemented! All clever enabling and disabling of buttons ripped out (sob). All fancy animations to make people think there's magic happening when they choose configurations ripped out (sob). My one concession is that I didn't squash my commits, so that if at some point in the future we decide what the workshop really needs is fancy text-melding animations, we can go back to them. |
Resolves #371
We noticed in the workshop, and @insectengine noticed it too, that having two buttons on the configurator is confusing. We want a big button people can push to bypass selection, but we also want people to push the 'take me to my tailored workshop' button if they've made selections. I'd wondered about different button positions or moving buttons, but I think the simplest thing might be to have one button, that just does the right thing.
I was originally going to make the ‘take me to the default’ option disappear once a button had been clicked, but it either caused a layout jump, or left a big blank spot. Then I realised that no one would use the ‘take me to the custom’ workshop unless they’d chosen something, so we could have both buttons in the same place, and only show the relevant one.
Three things are lost doing it this way;
If it really bothers us we could add an ‘all’ radio button, but for now I think it would be just clutter.
To draw attention to the fact that the mean of the button has changed, I put a little animation which does a radial fade-out of the outgoing text and a radial fade-in of the incoming text. I also put a little flash on to further smooth the transition and draw attention.
To test this, go to the front page and try clicking on the selection fields.