From 07e4a2dafe248280b5610f8c7d09b0f30b530f54 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 10 Jun 2024 09:41:25 -0400 Subject: Initial modifications to rebuilt only changed files based on mod date, performance updates --- build/form-ui-improvements/index.html | 74 ----------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 build/form-ui-improvements/index.html (limited to 'build/form-ui-improvements') diff --git a/build/form-ui-improvements/index.html b/build/form-ui-improvements/index.html deleted file mode 100644 index beb1815..0000000 --- a/build/form-ui-improvements/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - Prescription Form UI Improvements - - - - - - - -
-

Prescription Form UI Improvements

-

2019-03-13

-

I was browsing the Clearly website a few days ago and ended up using their prescription form to update my worsening eyesight. The design of this form wasn’t bad per se, but it could certainly be improved.

-

Current design of the prescription view

-

Default prescription UI

-

As I stated, this design isn’t horrible by any means, but right away we can notice some problems:

- -

Starting to make some changes

-

Let’s tackle these problems one at a time. First, we want a more defined page layout so the user can scan through the content more easily (left-to-right, down to the next line, then repeat).

-

Layout wireframe UI

-

We have now left-aligned the title content to be flush with the OD/OS elements below it to help keep the reading flow consistent.

-

The previous layout also had the PD in-line with the OD/OS element rows which created a problem of resetting the user thought-process. Since it requires the user to jump from the “right eye” option to the “PD” option, then back to “left eye” option it breaks the flow of user “tasks”. The new UI shifts the PD down into it’s own row, grouping the unrelated tasks on the page separately.

-
-

You’ll also notice that I’ve updated the dropdowns to use a monospace font to convey that these options are number inputs.

-
-

Finally we place the button actions in-line with the PD block since it previously ate up far more real estate than was necessary.

-

Adding some color

-

The original design has some inconsistencies with the link coloring - some being a muted grey while others use the accented blue. Updating all interactive links to use Clearly’s default blue accent color would make for a better disconnect from non-interactive elements.

-

Layout UI with color

-

Finishing touches

-

Now that the most important aspects of the refreshed UI are complete (layout, UX flow), we can implement all the visual extras to cleanup our basic wireframe.

- -

Layout UI with color

-

That’s it!

- \ No newline at end of file -- cgit v1.2.3-54-g00ecf