Earlier quoted context omitted.
I don't have any strategies, but I've had designers also want to add unnecessary steps to a gui-driven process. One designer kept arguing about the cognitive load of having a user simply insert their credit card into the reader to signal intent to pay. They wanted a flow where the user would touch the UI to indicate whether they wanted to tap or insert or scan a coupon. There was no reason to do it that way. I don't…
This could be tested with usability studies and a good user researcher. Make a prototype of the 'fast' way, and the 'lower cognitive load' way. Try it with 15 people per prototype, track metrics, and ask people about the experience afterwards. Make sure everyone on the team has an open mind and see what sticks.
Rules for developers to design beautiful UIs without a designer
241–245 of 245 posts
Re: Rules for developers to design beautiful UIs without a designer
#242Earlier quoted context omitted.
I don't have any strategies, but I've had designers also want to add unnecessary steps to a gui-driven process. One designer kept arguing about the cognitive load of having a user simply insert their credit card into the reader to signal intent to pay. They wanted a flow where the user would touch the UI to indicate whether they wanted to tap or insert or scan a coupon. There was no reason to do it that way. I don't…
I hate that specific issue. Do not ask me if I want to tap a contactless card or insert my card. I'll do one or the other and then you'll know what I want. I call this dropdown-driven-design. "Our UI builder tool had this option, so we have to use it".
Re: Rules for developers to design beautiful UIs without a designer
#243Earlier quoted context omitted.
I remember clearly the first time I ever heard the term “UX”. It was condescending explained by some guy from Google to a quite technical audience of telcos, many years ago. For reasons I couldn’t explain, it pissed me off. Later, they produced Material Design. The prosecution rests, your honour.
What do you think the best design system today is?
- (not strictly design system s) https://every-layout.dev/ and https://book.inclusive-components.design/
These are by people whose primary goal isn't promotions, keynotes or CVs.
Tailwind also does a decent job with both the framework itself and the commercial UI examples: https://tailwindui.com/
Re: Rules for developers to design beautiful UIs without a designer
#244Earlier quoted context omitted.
I think you deal with bad designers the same way you deal with bad developers. Try not to hire them in the first place, fire them if you can, and if you're stuck with them try to make sure they are occupied with tasks that will not cause too much overall damage.
or use "ugly arm" method (I don't know if this is the correct English name of this). Ir, show to they two options. First a obviously ugly option that nobody would use. Then, show your desired option. They would use your desired option, perhaps with some minor changes, and they feel that did something.
But whether it's a duck, anchor, strawman, whatever you call it -- the risk with proposing an obviously bad solution to make the good solutions look better is that every once in a while they'll pick the bad solution. I think it was a talk by Mike Monteiro where he explicitly cautioned against using this approach because it tends to backfire hilariously at the worst possible moment.
Re: Rules for developers to design beautiful UIs without a designer
#245Earlier quoted context omitted.
Styling to make it look like a button which is jutting out would signify the option for interaction to anyone who's ever seen a device with physical buttons, like a keyboard, smartphone, television, remote control,...
Doesn’t this discount the nature of the medium? The option for interaction is inherent. Everything on a screen can be clicked. The language, iconography, and visual treatment combine to differentiate certain items and establish an expectation in the event of a click.