The extent to which a product can be used by specified users to achieve specified goals with effectiveness, efficiency, and satisfaction in a specified context of use.

learn more… | top users | synonyms

0
votes
3answers
148 views

Best order of heuristics for filtering gift suggestion search results

I have created a gift website where I want users to find gift suggestions based on a series of questions. To display the questions and search results I have two panels on the screen: Panel 1: Search ...
0
votes
0answers
10 views

Handling selection and navigation in the same table view cell in iOS

I've a list of items in a table view, each of which display a small image and a name, as well as a disclosure indicator to navigate to a view with the item's details: The behavior I want is to be ...