Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Modular while functioning as a whole

Minimal (in design & latency)

Intuitive & Predictable

Configurability Balanced with Efficiency

  • How does the app take advantage of DRY principles (what is DRY)?

  • How is it logically separated?

  • Does the UI display more than is needed?

  • Can the action be carried out with fewer lines of code?

  • How easy is it to understand and follow with minimal to no training needed?

  • How easy is it for users to avoid and correct errors?

  • How does the app use consistent breadcrumbs & buttons placement?

  • How does the app use consistent color and icons?

  • Does the application create endless configurability/flexibility to the detriment of the workflow? Ie. Endless top folder creation instead of applying information architecture/minimum rules for information organization/categorization. Ie. Endless choice typically doesn’t lead to efficiency

...