SlideShare a Scribd company logo
1 of 45
Download to read offline
Coping with Complexity
Memi Beltrame
WIAD Switzerland - Zürich, February 21. 2015
Memi Beltrame
I make things fun
and easy to use.
I run a small company called less a mess and I specialize in research and prototyping for projects
with a high level of complexity. I am also the author of Protostrap, a tool to build clickable
prototypes.
We love Complex THings
https://flic.kr/p/9G71KC
I absolutely love complex things. We all do. We want challenges!

These challenges are driven by complexity.
more plates than we can spin
Often Complexity is really overwhelming and paralizing, too much of everything.
We are just not prepared to cope with it.
Coping with complexity
This talk is about what I learned on coping with complexity as a User experience professional.

I hope it will help you in being more prepared next time something complex shows up.
Complexity
https://flic.kr/p/cFM3cd
There are a number of type of complexity in our field. Complexity can be organizational, political or structural
and probably it’s always a combination of those.
Today I will focus on complexity that is tied to what we can see and do on the webpages themselves.
Tech based complexity
Responsive Design
Mobile First
Multi-Device Ready
Complexity in Web-Interfaces also has a lot of dimensions. Often it is only perceived on the
technical level, dealing with devices and display. The answers to those problems are mobile first
and responsive design, multi-device ready and so forth. These approaches are all fine. But they are
incomplete.
Tech based complexity
Focus on delivery
The problem with these approaches is that they focus on the delivery of content. The
content itself is secondary. As an industry we have started to realize that real content is
preferred to lorem ipsum. But still: the focus lies on the delivery, and not on the content
itself with all its dimensions.
Data is the key
Designing for digital media is more than handling the delivery by adapting to devices. Digital media must
adapt to individual user roles, needs and behavior. The key to a flexible adaptation is data.
https://www.flickr.com/photos/jdhancock/8031897271
Dimensions of complexity
- The amount of data to be displayed
- The data’s structure
- The process of how the data is created & edited
- Searching & filtering data
- How data changes over time
The interesting dimensions of complexity all have to deal with data
If you want to understand complexity you
have to understand data and its function.
actions user can do with data
- Read
- Enter new data
- Edit & change existing data
- Delete data
- Undo what they just deleted
- Search & Filter data
- Combine data
This is the data driven design approach. The point is to simulate everything that can be done with data. 

This is a list of very basic actions user can do with data.
Case study
I want to explore some of these dimensions with a case study of a project I was
fortunate enough to be part of,
SpotMe
The project is called SpotMe. SpotMe is a mobile app for large scale events. These events are medical
congresses or conventions for the tourist industry. Think big. 

The SpotMe app allows participants to see the program of the sessions, to interact with other participants or
take part in live surveys happening during sessions.

As an event organizer you can purchase your branded SpotMe app tailored to your event.
My part in the project was to help SpotMe team with the design of an administration tool for the events. This
tool, called Backstage, allows event organizers to manage all the data that is part of the event. This is the
participants, the agenda and the locations and much more.
First Morning, before coffee.
What is interesting about SpotMe is the size of it all.

The events that SpotMe accommodates have thousands of participants and an enormous amount of
parallel sessions. Some sessions contain nested sessions for example in the case this symposium inside
a conference that consists of several talks with work from different authors.
Where do I start?
So where do I begin to solve the problem?

I find the problem first.
Content inventory and oBject Model
It’s always a good idea to get an overview of the content we have to deal with. A high level content
inventory is a good place to start. For spotme this took the form of a Content object model. I listed
Content Objects and their types for each Topic I could find in the app.
scenariosResearch
I then used the list to go through each type of content to find out what tasks users had to be able to fulfill in
backstage. This gave me a huge backlog of tasks and made clear where the huge challenges were.
80 Columns - 5000 Rows
ENter: The Bad GUy
One of the biggest challenges was this one. This is the excel sheet that contains participants of an event. 

As you can see it is very incomplete and but it shows the dimensions. 

Handling the data of these super-sized events is a messy affair.
THe excel Nightmare
• No single point of entry
• No designated person
• No content strategy know-how
• No established workflows
• No reason to change
At this scale it is impossible to have a single point of entry or a designated person to deal with the
data. These companies also don’t know much about content strategy and there are no established
workflows for the governance of content.

To make things worse these companies all work with excel sheets. SpotMe has a history of
convincing Event organizers to change to something better.
Excel is not only the standard way,
It is the only way
of how non-Techies handle data.
The bitter insight is that it can’t be done. 

Excel is the standard way to deal with lists for non-tech people. 

It is not only the standard way. It is the only way. 

SpotMe and also I had to embrace that fact.
Patterns for scale
There is only little documentation on patterns that deal with handling complex scenarios. I put together a few
patterns that I found useful in dealing with complex data.

Please be aware that what you see are prototypes, not the final application.
Filtering a List with a lot of records
v
Finding a small set of data is an important task. 

Sometimes the data is much but only in one dimension. Meaning you have tons and tons of rows. 

One of the first patterns I established at SpotMe was filtering long lists with a relatively small amount of
columns. This is fairly straight forward. Each column has a text filter. These Text filters shorten the list.
This is a pattern users get really easily. Watch this video
Lists with a lot of records AND Parameters
Parameter Operator Value
With a large amount of columns the display of all the columns does not scale. This calls for a more
flexible way to filter data. The idea of the interface we used is that it should expand the simple filter in a
powerful way that is still easy to use.

Filters are built with a parameter, an operator and a value.

The parameter in this case is a list of all the columns of the participant table. 

The first iteration just had a dropdown with all of the 80 columns that made up the people data. This was
not efficient at all.
Searchable
Dropdowns
A simple way to make this much more efficient is to make the dropdowns searchable. 

This in itself is a very effective pattern.
Lists with a lot of records AND Parameters
Add multiple parameters
These filters can be combined. This allows to narrow down the selection really well.
Lists with a lot of records AND Parameters
Add filter logic
One last step is adding the logical operators AND & OR to the interface. The use of the textfield proved to be
much more efficient than building logic via the interface.
Lists with a lot of records AND Parameters
Add filter logic, version 1
The first version of the interface tried to visually group the items, making the interface cluttered
and hard to read.
Lists with a lot of records AND Parameters
Add filter logic
Assigning numbers to the parameters and allowing users to combine them in a text field was
surprisingly much easier to understand.
Lists with a lot of records AND Parameters
Let’s see the interface in action
Bulk Editing Data
As an example:


Find all
- Spanish speaking participants
- staying at the Hotel Belvedere
Assign them
- an emergency contact
- an emergency number.
Once you find the entries of data you need, you must be able to act upon them. This often means that
what you want to edit is different from the criteria used for the selection.
Bulk Editing Data
Process:
- Select entries to change
- Select the parameters that have to be changed
- Define which changes have to take place.
- Make changes
The idea behind bulk editing data is to find entries inside a large field and to change selected parameters to the same
values for each entry.
Bulk Editing Data
Search Select Make changes
This again uses a searchable dropdown, this time an advanced version of a multiselect.
Bulk Editing Data
Searchable multiselects
Searchable multiselects are a handy extension of the searchable dropdowns.
Bulk Editing Data
Let’s see how that works
Assigning groups
One last pattern I want to show is group assignment.

Sometimes you have to assign items of a list to a group. 

With only a few items you can have a group of radio buttons to choose from.

This however does not scale for larger sets of items.
Assigning groups
With large sets of items you can use the order of the elements in the list itself to make groups.

Instead of assigning elements to a group you place groups as headlines within a vertical list. Everything below
part of that group

This has the advantage of not having to touch each item to put it in a group.
Assigning groups
Let's see how that works
Importing Data
The challenges are endless. Importing data is a mind bender.
Handling Translations
Handling translations is evergreen of complexity
Merging content from different environments
Merging content from different environments. 

All these challenges pose huge obstacles and the patterns you saw help to overcome
some of these obstacles.
Happiness is overcoming obstacles.
Happiness is the surprise and delight
when something just works.
And the happiness the users feel is our reward.
Thank you!
I’m @bratwurstkomet on Twitter
Prototypes made with Protostrap

http://protostrap.ch

More Related Content

Viewers also liked

Embracing Collaborative Design
Embracing Collaborative DesignEmbracing Collaborative Design
Embracing Collaborative DesignMemi Beltrame
 
Dynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CDDynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CDMemi Beltrame
 
Clear Language and Readability
Clear Language and ReadabilityClear Language and Readability
Clear Language and ReadabilityMemi Beltrame
 
Mind the Gap: On Gender And Technology
Mind the Gap:  On Gender And TechnologyMind the Gap:  On Gender And Technology
Mind the Gap: On Gender And TechnologyMemi Beltrame
 
Follow the Flow - Essentials of User Interaction Design
Follow the Flow - Essentials of User Interaction DesignFollow the Flow - Essentials of User Interaction Design
Follow the Flow - Essentials of User Interaction DesignMemi Beltrame
 
Prototyping and Scrum
Prototyping and ScrumPrototyping and Scrum
Prototyping and ScrumMemi Beltrame
 
Elements of UX Design
Elements of UX DesignElements of UX Design
Elements of UX DesignMemi Beltrame
 
Just Married: User Centered Design and Agile
Just Married: User Centered Design and AgileJust Married: User Centered Design and Agile
Just Married: User Centered Design and AgileMemi Beltrame
 
The User Experience of Near Field Communication
The User Experience of Near Field CommunicationThe User Experience of Near Field Communication
The User Experience of Near Field CommunicationMemi Beltrame
 
Toniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
ToniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiToniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Toniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiguestabc3dd6
 
BiLogica - verslo analitikos paslaugos
BiLogica - verslo analitikos paslaugosBiLogica - verslo analitikos paslaugos
BiLogica - verslo analitikos paslaugoseclectic78
 
Introduzione al situazionismo
Introduzione al    situazionismoIntroduzione al    situazionismo
Introduzione al situazionismoAlain Denis
 
Design Patents for Bluetooth Consumer Electronics
Design Patents for Bluetooth Consumer ElectronicsDesign Patents for Bluetooth Consumer Electronics
Design Patents for Bluetooth Consumer ElectronicsAlex G. Lee, Ph.D. Esq. CLP
 

Viewers also liked (18)

Scope & co
Scope & coScope & co
Scope & co
 
Content Strategy
Content StrategyContent Strategy
Content Strategy
 
Embracing Collaborative Design
Embracing Collaborative DesignEmbracing Collaborative Design
Embracing Collaborative Design
 
Dynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CDDynamic A/B testing with AB/CD
Dynamic A/B testing with AB/CD
 
Clear Language and Readability
Clear Language and ReadabilityClear Language and Readability
Clear Language and Readability
 
Mind the Gap: On Gender And Technology
Mind the Gap:  On Gender And TechnologyMind the Gap:  On Gender And Technology
Mind the Gap: On Gender And Technology
 
Follow the Flow - Essentials of User Interaction Design
Follow the Flow - Essentials of User Interaction DesignFollow the Flow - Essentials of User Interaction Design
Follow the Flow - Essentials of User Interaction Design
 
Prototyping and Scrum
Prototyping and ScrumPrototyping and Scrum
Prototyping and Scrum
 
Elements of UX Design
Elements of UX DesignElements of UX Design
Elements of UX Design
 
Just Married: User Centered Design and Agile
Just Married: User Centered Design and AgileJust Married: User Centered Design and Agile
Just Married: User Centered Design and Agile
 
The User Experience of Near Field Communication
The User Experience of Near Field CommunicationThe User Experience of Near Field Communication
The User Experience of Near Field Communication
 
Toniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
ToniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiToniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Toniiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
 
Tips, Tools and Techniques to Boost Your Wellness Effort
Tips, Tools and Techniques to Boost Your Wellness EffortTips, Tools and Techniques to Boost Your Wellness Effort
Tips, Tools and Techniques to Boost Your Wellness Effort
 
BiLogica - verslo analitikos paslaugos
BiLogica - verslo analitikos paslaugosBiLogica - verslo analitikos paslaugos
BiLogica - verslo analitikos paslaugos
 
Introduzione al situazionismo
Introduzione al    situazionismoIntroduzione al    situazionismo
Introduzione al situazionismo
 
Guide to Pensions 2017
Guide to Pensions 2017Guide to Pensions 2017
Guide to Pensions 2017
 
IoT Business Insights from Patents
IoT Business Insights from PatentsIoT Business Insights from Patents
IoT Business Insights from Patents
 
Design Patents for Bluetooth Consumer Electronics
Design Patents for Bluetooth Consumer ElectronicsDesign Patents for Bluetooth Consumer Electronics
Design Patents for Bluetooth Consumer Electronics
 

More from Memi Beltrame

Machine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMachine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMemi Beltrame
 
Machine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMachine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMemi Beltrame
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for DesignersMemi Beltrame
 
Machine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup BaselMachine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup BaselMemi Beltrame
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for DesignersMemi Beltrame
 
Zero Adoption: Lessons Learned From Failing at Open Source
Zero Adoption: Lessons Learned From Failing at Open SourceZero Adoption: Lessons Learned From Failing at Open Source
Zero Adoption: Lessons Learned From Failing at Open SourceMemi Beltrame
 
UX in the city Coping with Complexity
UX in the city   Coping with ComplexityUX in the city   Coping with Complexity
UX in the city Coping with ComplexityMemi Beltrame
 
Product Owner ist ein Design Job
Product Owner ist ein Design JobProduct Owner ist ein Design Job
Product Owner ist ein Design JobMemi Beltrame
 
Designed for the Worst Case - Zurich's water supply
Designed for  the Worst Case - Zurich's water supplyDesigned for  the Worst Case - Zurich's water supply
Designed for the Worst Case - Zurich's water supplyMemi Beltrame
 
Data Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference ZurichData Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference ZurichMemi Beltrame
 

More from Memi Beltrame (13)

Machine Learning for Designers - UX Scotland
Machine Learning for Designers - UX ScotlandMachine Learning for Designers - UX Scotland
Machine Learning for Designers - UX Scotland
 
Machine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMachine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp Switzerland
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
Machine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup BaselMachine Learning for Designers - DX Meetup Basel
Machine Learning for Designers - DX Meetup Basel
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
Protostrap
ProtostrapProtostrap
Protostrap
 
Zero Adoption: Lessons Learned From Failing at Open Source
Zero Adoption: Lessons Learned From Failing at Open SourceZero Adoption: Lessons Learned From Failing at Open Source
Zero Adoption: Lessons Learned From Failing at Open Source
 
The Big Shift
The Big ShiftThe Big Shift
The Big Shift
 
UX in the city Coping with Complexity
UX in the city   Coping with ComplexityUX in the city   Coping with Complexity
UX in the city Coping with Complexity
 
Product Owner ist ein Design Job
Product Owner ist ein Design JobProduct Owner ist ein Design Job
Product Owner ist ein Design Job
 
Designed for the Worst Case - Zurich's water supply
Designed for  the Worst Case - Zurich's water supplyDesigned for  the Worst Case - Zurich's water supply
Designed for the Worst Case - Zurich's water supply
 
Data Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference ZurichData Driven Design - Frontend Conference Zurich
Data Driven Design - Frontend Conference Zurich
 
Artypedia
ArtypediaArtypedia
Artypedia
 

Recently uploaded

call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,bhuyansuprit
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpmainac1
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxnewslab143
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsCharles Obaleagbon
 

Recently uploaded (20)

call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUp
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past Questions
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
 

Coping with Complexity - How to Design for Large Amounts of Data.

  • 1. Coping with Complexity Memi Beltrame WIAD Switzerland - Zürich, February 21. 2015
  • 2. Memi Beltrame I make things fun and easy to use. I run a small company called less a mess and I specialize in research and prototyping for projects with a high level of complexity. I am also the author of Protostrap, a tool to build clickable prototypes.
  • 3. We love Complex THings https://flic.kr/p/9G71KC I absolutely love complex things. We all do. We want challenges! These challenges are driven by complexity.
  • 4. more plates than we can spin Often Complexity is really overwhelming and paralizing, too much of everything. We are just not prepared to cope with it.
  • 5. Coping with complexity This talk is about what I learned on coping with complexity as a User experience professional. I hope it will help you in being more prepared next time something complex shows up.
  • 6. Complexity https://flic.kr/p/cFM3cd There are a number of type of complexity in our field. Complexity can be organizational, political or structural and probably it’s always a combination of those.
  • 7. Today I will focus on complexity that is tied to what we can see and do on the webpages themselves.
  • 8. Tech based complexity Responsive Design Mobile First Multi-Device Ready Complexity in Web-Interfaces also has a lot of dimensions. Often it is only perceived on the technical level, dealing with devices and display. The answers to those problems are mobile first and responsive design, multi-device ready and so forth. These approaches are all fine. But they are incomplete.
  • 9. Tech based complexity Focus on delivery The problem with these approaches is that they focus on the delivery of content. The content itself is secondary. As an industry we have started to realize that real content is preferred to lorem ipsum. But still: the focus lies on the delivery, and not on the content itself with all its dimensions.
  • 10. Data is the key Designing for digital media is more than handling the delivery by adapting to devices. Digital media must adapt to individual user roles, needs and behavior. The key to a flexible adaptation is data. https://www.flickr.com/photos/jdhancock/8031897271
  • 11. Dimensions of complexity - The amount of data to be displayed - The data’s structure - The process of how the data is created & edited - Searching & filtering data - How data changes over time The interesting dimensions of complexity all have to deal with data
  • 12. If you want to understand complexity you have to understand data and its function.
  • 13. actions user can do with data - Read - Enter new data - Edit & change existing data - Delete data - Undo what they just deleted - Search & Filter data - Combine data This is the data driven design approach. The point is to simulate everything that can be done with data. This is a list of very basic actions user can do with data.
  • 14. Case study I want to explore some of these dimensions with a case study of a project I was fortunate enough to be part of,
  • 15. SpotMe The project is called SpotMe. SpotMe is a mobile app for large scale events. These events are medical congresses or conventions for the tourist industry. Think big. The SpotMe app allows participants to see the program of the sessions, to interact with other participants or take part in live surveys happening during sessions. As an event organizer you can purchase your branded SpotMe app tailored to your event.
  • 16. My part in the project was to help SpotMe team with the design of an administration tool for the events. This tool, called Backstage, allows event organizers to manage all the data that is part of the event. This is the participants, the agenda and the locations and much more.
  • 17. First Morning, before coffee. What is interesting about SpotMe is the size of it all. The events that SpotMe accommodates have thousands of participants and an enormous amount of parallel sessions. Some sessions contain nested sessions for example in the case this symposium inside a conference that consists of several talks with work from different authors.
  • 18. Where do I start? So where do I begin to solve the problem? I find the problem first.
  • 19. Content inventory and oBject Model It’s always a good idea to get an overview of the content we have to deal with. A high level content inventory is a good place to start. For spotme this took the form of a Content object model. I listed Content Objects and their types for each Topic I could find in the app.
  • 20. scenariosResearch I then used the list to go through each type of content to find out what tasks users had to be able to fulfill in backstage. This gave me a huge backlog of tasks and made clear where the huge challenges were.
  • 21. 80 Columns - 5000 Rows ENter: The Bad GUy One of the biggest challenges was this one. This is the excel sheet that contains participants of an event. As you can see it is very incomplete and but it shows the dimensions. Handling the data of these super-sized events is a messy affair.
  • 22. THe excel Nightmare • No single point of entry • No designated person • No content strategy know-how • No established workflows • No reason to change At this scale it is impossible to have a single point of entry or a designated person to deal with the data. These companies also don’t know much about content strategy and there are no established workflows for the governance of content. To make things worse these companies all work with excel sheets. SpotMe has a history of convincing Event organizers to change to something better.
  • 23. Excel is not only the standard way, It is the only way of how non-Techies handle data. The bitter insight is that it can’t be done. 
 Excel is the standard way to deal with lists for non-tech people. It is not only the standard way. It is the only way. SpotMe and also I had to embrace that fact.
  • 24. Patterns for scale There is only little documentation on patterns that deal with handling complex scenarios. I put together a few patterns that I found useful in dealing with complex data. Please be aware that what you see are prototypes, not the final application.
  • 25. Filtering a List with a lot of records v Finding a small set of data is an important task. Sometimes the data is much but only in one dimension. Meaning you have tons and tons of rows. One of the first patterns I established at SpotMe was filtering long lists with a relatively small amount of columns. This is fairly straight forward. Each column has a text filter. These Text filters shorten the list. This is a pattern users get really easily. Watch this video
  • 26. Lists with a lot of records AND Parameters Parameter Operator Value With a large amount of columns the display of all the columns does not scale. This calls for a more flexible way to filter data. The idea of the interface we used is that it should expand the simple filter in a powerful way that is still easy to use. Filters are built with a parameter, an operator and a value. The parameter in this case is a list of all the columns of the participant table. The first iteration just had a dropdown with all of the 80 columns that made up the people data. This was not efficient at all.
  • 27. Searchable Dropdowns A simple way to make this much more efficient is to make the dropdowns searchable. This in itself is a very effective pattern.
  • 28. Lists with a lot of records AND Parameters Add multiple parameters These filters can be combined. This allows to narrow down the selection really well.
  • 29. Lists with a lot of records AND Parameters Add filter logic One last step is adding the logical operators AND & OR to the interface. The use of the textfield proved to be much more efficient than building logic via the interface.
  • 30. Lists with a lot of records AND Parameters Add filter logic, version 1 The first version of the interface tried to visually group the items, making the interface cluttered and hard to read.
  • 31. Lists with a lot of records AND Parameters Add filter logic Assigning numbers to the parameters and allowing users to combine them in a text field was surprisingly much easier to understand.
  • 32. Lists with a lot of records AND Parameters Let’s see the interface in action
  • 33. Bulk Editing Data As an example: 
 Find all - Spanish speaking participants - staying at the Hotel Belvedere Assign them - an emergency contact - an emergency number. Once you find the entries of data you need, you must be able to act upon them. This often means that what you want to edit is different from the criteria used for the selection.
  • 34. Bulk Editing Data Process: - Select entries to change - Select the parameters that have to be changed - Define which changes have to take place. - Make changes The idea behind bulk editing data is to find entries inside a large field and to change selected parameters to the same values for each entry.
  • 35. Bulk Editing Data Search Select Make changes This again uses a searchable dropdown, this time an advanced version of a multiselect.
  • 36. Bulk Editing Data Searchable multiselects Searchable multiselects are a handy extension of the searchable dropdowns.
  • 37. Bulk Editing Data Let’s see how that works
  • 38. Assigning groups One last pattern I want to show is group assignment. Sometimes you have to assign items of a list to a group. With only a few items you can have a group of radio buttons to choose from. This however does not scale for larger sets of items.
  • 39. Assigning groups With large sets of items you can use the order of the elements in the list itself to make groups. Instead of assigning elements to a group you place groups as headlines within a vertical list. Everything below part of that group This has the advantage of not having to touch each item to put it in a group.
  • 40. Assigning groups Let's see how that works
  • 41. Importing Data The challenges are endless. Importing data is a mind bender.
  • 42. Handling Translations Handling translations is evergreen of complexity
  • 43. Merging content from different environments Merging content from different environments. All these challenges pose huge obstacles and the patterns you saw help to overcome some of these obstacles.
  • 44. Happiness is overcoming obstacles. Happiness is the surprise and delight when something just works. And the happiness the users feel is our reward.
  • 45. Thank you! I’m @bratwurstkomet on Twitter Prototypes made with Protostrap
 http://protostrap.ch