An introduction to object-oriented UX and how to do it

By Medium - 2020-10-21

Description

Object-Oriented UX (OOUX) fell into my lap a couple years ago during a brief Lunch and Learn at work. At the time, I was still getting my feet wet in UX, but I knew this OOUX stuff was on to…

Summary

  • · An introduction to object-oriented UX and how to do it Well-defined leads to well-designed.
  • The objects of a problem space are the things that users are there to interact with.
  • Only managers and admins can see item quantities, (e.g.
  • “15 vanilla scones in stock”), but users will be able to see “out of stock” if true.
  • Starting the sketching phase with modules and cards means that you can plug in those mini-representations wherever you need to show nested objects.

 

Topics

  1. UX (0.32)
  2. Coding (0.17)
  3. Mobile (0.1)

Similar Articles

Responsive Website using CSS Grid

By DEV Community - 2020-12-22

This blog post describes one of the websites I have built using a powerful tool for building responsi... Tagged with webdev, css, html, codenewbie.

Shallow vs Deep Copying of Python Objects

By realpython - 2020-12-06

What's the difference between a shallow and a deep copy of a Python object? Learn how to clone arbitrary objects in Python, including your own custom classes.

A Complete Guide to Flexbox

By CSS-Tricks - 2020-12-03

Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and ...

How to Build a Python GUI Application With wxPython

By realpython - 2020-12-14

In this step-by-step tutorial, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and the wxPython toolkit. A graphical user interface is an application that has b ...