Week 7 UI Patterns Flashcards

1
Q

Application of Design Patterns

A

Architecture
Software engineering
Human Computer Interaction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Classes of Design Patterns

A

Creational
Structural
Behavioral

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Center Stage

A

Putting the most important things on the largest sections of the page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Responsive Disclosure (Dynamic Progression)

A

Slowly walking the user through the UI. Going step by step each time.

Similar to a tutorial or an installation wizard. You don’t have access to everything immediately.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Extras on Demand

A

Allowing for quick access to UI/Features that are hidden. These extras can easily be opened up and accesses on demand.

Example: Changing color of text in google docs, the button to do so is easily accessible which when clicked opens up the bigger menu with lots of possibilities. (Which would have been clutter if always open)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Two-Pannel Selector

A

Two panels, one of them shows the set of items the user can select and the second panel shows that items contents.

Examples: Email list or Email Folders, like in the first panel have the folder and in the second have the emails within that folder displayed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cascading Lists

A

A selectable hierarchy that changes based on the selection in other hierarchy’s.

Examples: Selecting which country you live in, then the next box will only show cities within that country, then the next box will only allows zip codes from within borders of that city

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Multi-Level Undo

A

Allows for a long sequence of undo’s to occur.

Examples: Ctrl + Z is a multilevel undo for most doc editors such as google docs. Another example would be photoshop with it’s history tab which allows you to undo multiple times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

CRAP Design Patterns (Principles)

A

Contrast
* to make easy to read…
* gain Attention, show Distinction
Repetition
* to show Consistency, Similarity
(separate elements)
Alignment
* to show Consistency, Similarity
(nearby elements)
Proximity
* to show relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Design Implications
(Design Patterns List)

A

Many design patterns
have been identified
* Center stage
* Responsive disclosure
* Two-panel selector
* Extras on demand
* Cascading lists
* Multi-level undo

Before you use a
pattern, consider:
* Is the context right for you?
* Will the trade-offs work for you?
* Does your technology platform provide support?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly