Transcript
Page 1: 5 Whole Minutes about Sort and Filter

5 WHOLE MINUTES ABOUT SORT AND FILTER

IUE 2011

Danielle Cooley @dgcooley

Page 2: 5 Whole Minutes about Sort and Filter

Sort, defined

to place (records) in order, as numerical or alphabetical, based on the contents of one or more keys contained in each record

Page 3: 5 Whole Minutes about Sort and Filter

Like this:

Page 4: 5 Whole Minutes about Sort and Filter

Filter, defined

a higher-order function that processes a data structure (typically a list) in some order to produce a new data structure containing exactly those elements of the original data structure for which a given predicate returns the boolean value true

Page 5: 5 Whole Minutes about Sort and Filter

Like this:

Page 6: 5 Whole Minutes about Sort and Filter

They are not the same.

=/=Sort Filter

Page 7: 5 Whole Minutes about Sort and Filter

Yet many misuse the terms.

!

Page 8: 5 Whole Minutes about Sort and Filter

Do users understand the difference?

Probably not.

But it doesn’t really matter.

Somehow, filter has (mostly) evolved in a user-friendly way.

Page 9: 5 Whole Minutes about Sort and Filter

Sort – Link

Page 10: 5 Whole Minutes about Sort and Filter

Sort – Dropdown

Page 11: 5 Whole Minutes about Sort and Filter

Sort – Jigga-WHA?!

Page 12: 5 Whole Minutes about Sort and Filter

Sort – Sorting by the Usual Things…

Price – high to lowPrice – low to high

NameReview/RatingPopularityBestsellersBest Match (?)

Page 13: 5 Whole Minutes about Sort and Filter

Sort – Sorting by Other Things…

Bestsellers/Popularity

Greatest % off

New Arrivals

“Featured”

Page 14: 5 Whole Minutes about Sort and Filter

Sort – Sorting by Specific Things…

Publication DateDimensions (all 3)

Page 15: 5 Whole Minutes about Sort and Filter

Sort – What’s the Default?

Bestsellers/PopularityGreatest % offNew Arrivals

Page 16: 5 Whole Minutes about Sort and Filter

Sort – Not Sorting

Page 17: 5 Whole Minutes about Sort and Filter

Filter – Single-Select (link)

Page 18: 5 Whole Minutes about Sort and Filter

Filter – Single-Select (dropdown)

Page 19: 5 Whole Minutes about Sort and Filter

Filter – Multi-Select (checkboxes)

Page 20: 5 Whole Minutes about Sort and Filter

Filter – Sliders


Top Related