Archives for category: Error-Proofing

Problem: You’re working on a large, complicated machine made of multiple parts and functions. Something goes wrong. The machine shuts down, or it starts shaking, or a part starts making a whirring noise — something you identify as out of the ordinary. You have a manual on location, as well as an online version. You start searching for what may be wrong, but the manual isn’t labeled effectively or is not comprehensively indexed.

Solution: Barcodes are placed on each segment of the machine. Using a scanner device with access to an online manual, you scan the problem area, and the device auto-searches and locates the appropriate section of the manual.

Rough representations of a human and a tablet device.

Presenting... a human being with a tablet device (with scanning functionality and an onboard manual, or access to an online manual).

Human is confused at a complex-looking machine.

The user encounters a confusing machine, or the machine is acting in a confusing manner. ("Help!")

Human using a tablet device to scan a barcode on a machine.

The user scans a barcode (here, a QR code) physically applied to or near the problematic part of the machine.

Example machine manual page on a tablet device.

The tablet device goes to the appropriate section of the manual, based on that scanned barcode.

That’s it!

And if that part or section of that machine is used in other machines, similar barcodes may be printed on those machines. Also, sections of the manual may be updated without needing to re-apply barcodes.

The overriding goal or objective here is this: Users do not need to guess where to look in the manual to find help, and an onsite manual is not needed. However, the company would need to create an electronic version of the manual. That’s the hitch.

Problem: Imagine you’re using your app of choice, or you’re sifting through bookmarks folders in your browser of choice, or you’re working your way through the file menu or dock of your OS of choice. You’ve gone one folder in (“Bookmarks”), two folders in (“General Bookmarks”), three folders (“Fun”), four (“Movies”), five (“Comedy”), and you’re just about to click on a link to your favorite funny movie (“Jingle All The Way”)… then your mouse slips, left, down, wherever.

You just lost your filepath. It’s not a big deal, but if you use a computer like I do, you navigate filepaths dozens of times daily — more, if you’re an organization freak.


If I accidentally slide left...

The example menu path is diminished as the user slides left.

Dang it! Now I have to go back through and find my menu selection again.

Solution: One click locks a step in the filepath, a unit of hierarchy. An icon shows that this step or unit is actually locked, and there is a visual indicator of some sort that it is unlockable at any moment.

Something like this:

Locked menu demonstration - menu not quite full.

The user has just started navigating through the menu...

Demonstrating a locked menu - expanded.

...and the user desires the menu should stay put while he/she decides which option to select.

Demonstrating the locked menu - locking the menu.

So, the user clicks on the open lock icon...

Demonstrating the locked menu - menu locked.

...and the menu is locked at that position. The user may click the closed lock icon to undo this.

And that’s it! Just a simple icon change and some undoubtedly complex coding to make navigating menu paths somewhat easier.

I really feel like there could be a better way of indicating locked and unlocked menus, but the point I’m trying to make here is that for complicated paths, it would be helpful to prevent one’s own slip-ups with the mouse or trackpad by locking a section of the path.

Problem: You need to make a pizza with equal slices. But you have five kids each wanting a piece. Or seven friends. Or eleven co-workers. It’s not easy to evenly and geometrically divide a pie for these situations!

Solution: A pizza pie pan that has ruled notches on the edge, measured out to halves, thirds, quarters, fifths, sixths, sevenths, eighths, ninths, tenths, elevenths and twelfths.

Ruled Pizza Pie Pan

No more "but he has the bigger slice!"

It’s an easy add-on. Notches: That’s all I’m suggesting!

Also…

Small text on each notch (not visible in the image) would illustrate which level of division you might want to achieve: 1/2; 1/3; 1/4; 1/5; etc. up to 1/12. It could go beyond, depending on the size of the pie. For an enormous pizza, 1/16 may be needed.

There should be a noticeable “home” notch from which the ruler starts. Maybe as the other notches are labeled, this one would not be labeled. Or maybe this would be the only white notch. Or it could be the largest notch. Or the notch could extend to the center of the pan.

Color-coding might work, too, but the constant and repetitive high heat may complicate such organization. If this were to be done, a color could be used for divisions of factor four (1/4, 1/8), three (1/3, 1/6, 1/12), five (1/5), seven (1/7) and eleven (1/11).

Another thing I would add would be a “clamp” to hold the pizza still during slicing. Anyone else hate it when the pizza slides around? I do. But I’m not sure what would be an easy way to solve this. Yet.