SlideShare uma empresa Scribd logo
1 de 28
Baixar para ler offline
WIREFRAMES TO WIDGETS
RETHINKING OUR DESIGN
WORKFLOWS
CHRIS WRIGHT & CHRIS BLOOM
THE PROBLEM
Our design process isn’t agile enough
to keep up with our rapid development
cycles and relies on everyone having an
unrealistic set of skills
THE ‘OLD’ WAY
Pixel Perfection: Designers design static
comps in Photoshop. Designers tell
developers to just “make it look like the
picture.” Developers build and figure out
functionality along the way
PHOTOSHOP IS THE MOST EFFECTIVE WAY TO SHOW YOUR
CLIENTS WHAT THEIR WEBSITE WILL NEVER LOOK LIKE.
STEPHEN HAY, AUTHOR OF “RESPONSIVE DESIGN WORKFLOW”
WHY IS THIS BAD?
1. Slow work cannot happen in parallel
2. Pixel perfection is unrealistic and dangerous for the
responsive web
3. Designs shouldn't infer Data Structure or functionality
4. There’s very little collaboration unless something goes
wrong
THE ‘NEW’ WAY
Designing in code: a designer who
is proficient in both design
principles and code builds out live
designs
WHY IS THIS BAD?
1. The unicorn problem: designers who focus too much on
code often don’t get the time they need to solve design
problems
2. The unicorn problem: designers who focus too much on
design often don’t get the time they need to create high
quality code
3. Designing in code is harder than using tools that are
specifically designed for the purpose
WHAT WE WANTED FROM OUR DESIGN PROCESS
• Agile
• Iterative
• Collaborative
• Components/Atomic Design
• Reusability
• Inclusive
• Fail fast, try new things, adapt
AGILE IS ITERATIVE. DESIGN IS ITERATIVE. WHY COULDN’T
THEY WORK TOGETHER?
JEFF GOTHELF, AUTHOR OF “LEAN UX”
HOW THIS WORKS IN PRACTICE
CASE STUDY: WEIGHT WATCHERS RE-PLATFORMING
• Multisite Platform of 12 international
sites with 16 language variants
• Automated workflows to schedule,
stage, and publish content reducing
editorial burdens
• Built in training documentation and
editorial customizations
1. UX & FUNCTIONAL DEFINITION
Who: UX Designer, IA Architect,
Analyst, etc
What: Sketch, Omnigraffle,
UXPin, pen & paper, etc…
Why: By defining functionality
first, we ensure that what we’re
building aligns to the actual
business needs of a project
from the start.
2. DESIGN
Who: Web Designer
What: Sketch, Photoshop,
CSS, etc…
Why: To tell a story.
3. PROTOTYPE
Who: Front-End Developer
What: Pattern Lab, Sass, BrowserSync, Gulp,
etc…
Why: This is how we bridge the gap between
designs and implied functionality. Rapidly
iterate, surface design systems, define common
aspects of typography, patterns, relationships,
variables. Work FAST with nearly no limitations
to unearth problems, edge cases, and questions
- especially when dealing with mobile-first.
4. BUILD
Who: Front-End Developer
What: Drupal, Angular, React (and friends),
HorsePants.js, etc…
Why: Full CMS/frameworks are usually the end
goal deliverable. Nothing beats Drupal as a
content delivery platform and the Drupal theme
system is incredibly powerful and flexible.
Though our process usually results in a fully
fleshed out styleguide, pattern library, and
prototype, rarely are those the final deliverable!
OUR TOOLS
OUR UX TOOL: SKETCH
Why this is the best tool for the job
• Rapid wireframing
• Placeholders
• Really easy “snapping” for quick layouts and big adjustments
• Very quick to get into InvisionApp/Zeplin.io for rapid, early UX feedback
• Easy to pick up coming from Adobe-land or Omnigraffle
• Very intuitive pages, artboards, layers
• Vector and bitmap
• $99 ain’t too shabby
How we’ve customized it to make it better for our needs
• Does what we need out of the box, we use a few plugins to help with annotating and exporting
OUR DESIGN TOOL: SKETCH
Why this is the best tool for the job
• Easy transition from Wireframes to Designs
• symbols === patterns
• “Closer the metal of the web”
• extensive plugin support
• Vector with web focused styling
• Instant disassembly of design into constituent assets for build
• Command line API!
• Ludicrous integration with Invision: https://labs.invisionapp.com/craft
• Easy to export assets (svgs, css, etc) and get information from designs
How we’ve customized it to make it better for our needs
• Same as before, out of the box it does a lot of what we need. But we’ve added a few plugins to make exporting assets and
annotating comps a little easier.
OUR PROTOTYPE TOOL: PATTERN LAB
Why this is the best tool for the job
• Fundamentally Drupal has one job: make HTML. Websites are made up HTML + CSS + JS + Images/Icons +
Fonts, etc. The tools used to create site assets are ultimately up to us.
• Enact the benevolent guideposts of Atomic Design early in the build process
• Solve problems early, before backend dev
• Test UX early with real code
• Iterate on designs rapidly
• Frontend development is FAST
• Generate assets (CSS/JS/Icons) at STEP ONE
• Parallel development with "backend"
• Roadmap for backend development
How we’ve customized it to make it better for our needs
• Gulp + all the npm goodies (BrowserSync, font-icon generation, libsass, sass and js linting, babel)
OUR BUILD TOOL: PARAGRAPHS
Why this is the best tool for the job
• Paragraph entities map wonderfully to Atomic Design patterns we
prototyped earlier: Atoms, Molecules, Organisms
• “Componentize” design into reusable Drupal structures
• Define data model per pattern instead of overall per page or per
content type
• Assemble completely unique pages on the fly using default Drupal
structures of nodes, fields, entities.
How we’ve customize it to make it better for our needs
• One multi-value Paragraph field per “Dynamic Page” content type ===
SquareSpace Lite.
• Nested Paragraphs === simple custom layouts
WW DESIGN TO DRUPAL
WHY IS THIS GOOD?
1. Fast: prototyping allows our front-end devs to work ahead of
the back-end ones. We’re able to write most of our front-end
code before any back-end code is ever written.
2. Agile & Collaborative: prototyping is another step in the
process, it allows us to work out potential functionality issues
early.
3. Allows specialization: designers can focus on design, coders can
focus on code. Everyone works together on quality.
4. Reusable: the code from our prototyping tools lives within our
theme structure and can be easily adapted for the finished
site.
IF A PICTURE IS WORTH 1000 WORDS, A PROTOTYPE IS
WORTH 1000 MEETINGS.
TOM & DAVID KELLEY, CREATIVE BROTHERS AT IDEO
WHAT ARE WE DOING NEXT?
PATTERN LAB TWIG + DRUPAL 8
STOP THROWING AWAY YOUR PATTERN TEMPLATES
1. https://github.com/phase2/drupal-lab
2. Bash scripts/site-setup.sh
3. cd web && ../vendor/bin/drupal server
4. cd web/themes/dashing && npm run compile &&
npm start
DRUPAL LAB
QUESTIONS?
SPECIAL THANKS TO
Aleksi Peebles, Dave Olsen, the ForumOne team,
Evan Lovely, Anne Sturdivant, Kellye Rodgers
Join us for Sprints!
Friday, May 13 at the Convention Center
First-Time Sprinter Workshop - 9am-12pm in Room 271-273
Mentored Core Sprint - 9am-6pm in Room 275-277
General Sprints - 9am-6pm in Room 278-282
Check out DrupalLab - https://github.com/phase2/drupal-lab

Videos from our talk- http://bit.ly/1NrJy7R
Micah Godbolt’s talk on Design Systems - https://bitly.com/road-runner-rules
So How Was It? - Tell Us What You Think!
Evaluate this session - http://bit.ly/1W8q8r1
THANKS!
CHRIS
@ILLEPIC
CHRIS
@CKWRIGHT

Mais conteúdo relacionado

Mais de Phase2

Beyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience PlatformBeyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience PlatformPhase2
 
Site building with end user in mind
Site building with end user in mindSite building with end user in mind
Site building with end user in mindPhase2
 
Fields, entities, lists, oh my!
Fields, entities, lists, oh my!Fields, entities, lists, oh my!
Fields, entities, lists, oh my!Phase2
 
Performance Profiling Tools and Tricks
Performance Profiling Tools and TricksPerformance Profiling Tools and Tricks
Performance Profiling Tools and TricksPhase2
 
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...Phase2
 
Site Building with the End User in Mind
Site Building with the End User in MindSite Building with the End User in Mind
Site Building with the End User in MindPhase2
 
The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"Phase2
 
User Testing For Humanitarian ID App
User Testing For Humanitarian ID AppUser Testing For Humanitarian ID App
User Testing For Humanitarian ID AppPhase2
 
Redhat.com: An Architectural Case Study
Redhat.com: An Architectural Case StudyRedhat.com: An Architectural Case Study
Redhat.com: An Architectural Case StudyPhase2
 
The New Design Workflow
The New Design WorkflowThe New Design Workflow
The New Design WorkflowPhase2
 
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)Phase2
 
Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8Phase2
 
How, When, and Why to Patch a Module
How, When, and Why to Patch a Module How, When, and Why to Patch a Module
How, When, and Why to Patch a Module Phase2
 
Drupal Is Not Your Web Site
Drupal Is Not Your Web SiteDrupal Is Not Your Web Site
Drupal Is Not Your Web SitePhase2
 
Empathy For Idiots
Empathy For Idiots Empathy For Idiots
Empathy For Idiots Phase2
 
Open data + open government open goodness
Open data + open government open goodnessOpen data + open government open goodness
Open data + open government open goodnessPhase2
 
How 'Open' Changes Product Development
How 'Open' Changes Product DevelopmentHow 'Open' Changes Product Development
How 'Open' Changes Product DevelopmentPhase2
 
Open Source Logging and Metrics Tools
Open Source Logging and Metrics ToolsOpen Source Logging and Metrics Tools
Open Source Logging and Metrics ToolsPhase2
 
Open Source Logging and Monitoring Tools
Open Source Logging and Monitoring ToolsOpen Source Logging and Monitoring Tools
Open Source Logging and Monitoring ToolsPhase2
 
ReliefWeb's Journey from RSS Feed to Public API
ReliefWeb's Journey from RSS Feed to Public APIReliefWeb's Journey from RSS Feed to Public API
ReliefWeb's Journey from RSS Feed to Public APIPhase2
 

Mais de Phase2 (20)

Beyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience PlatformBeyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience Platform
 
Site building with end user in mind
Site building with end user in mindSite building with end user in mind
Site building with end user in mind
 
Fields, entities, lists, oh my!
Fields, entities, lists, oh my!Fields, entities, lists, oh my!
Fields, entities, lists, oh my!
 
Performance Profiling Tools and Tricks
Performance Profiling Tools and TricksPerformance Profiling Tools and Tricks
Performance Profiling Tools and Tricks
 
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...
 
Site Building with the End User in Mind
Site Building with the End User in MindSite Building with the End User in Mind
Site Building with the End User in Mind
 
The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"
 
User Testing For Humanitarian ID App
User Testing For Humanitarian ID AppUser Testing For Humanitarian ID App
User Testing For Humanitarian ID App
 
Redhat.com: An Architectural Case Study
Redhat.com: An Architectural Case StudyRedhat.com: An Architectural Case Study
Redhat.com: An Architectural Case Study
 
The New Design Workflow
The New Design WorkflowThe New Design Workflow
The New Design Workflow
 
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
 
Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8
 
How, When, and Why to Patch a Module
How, When, and Why to Patch a Module How, When, and Why to Patch a Module
How, When, and Why to Patch a Module
 
Drupal Is Not Your Web Site
Drupal Is Not Your Web SiteDrupal Is Not Your Web Site
Drupal Is Not Your Web Site
 
Empathy For Idiots
Empathy For Idiots Empathy For Idiots
Empathy For Idiots
 
Open data + open government open goodness
Open data + open government open goodnessOpen data + open government open goodness
Open data + open government open goodness
 
How 'Open' Changes Product Development
How 'Open' Changes Product DevelopmentHow 'Open' Changes Product Development
How 'Open' Changes Product Development
 
Open Source Logging and Metrics Tools
Open Source Logging and Metrics ToolsOpen Source Logging and Metrics Tools
Open Source Logging and Metrics Tools
 
Open Source Logging and Monitoring Tools
Open Source Logging and Monitoring ToolsOpen Source Logging and Monitoring Tools
Open Source Logging and Monitoring Tools
 
ReliefWeb's Journey from RSS Feed to Public API
ReliefWeb's Journey from RSS Feed to Public APIReliefWeb's Journey from RSS Feed to Public API
ReliefWeb's Journey from RSS Feed to Public API
 

Último

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Último (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

Wireframes to Widgets: Using Paragraphs and Prototyping Tools to Create a Collaborative Design Process

  • 1. WIREFRAMES TO WIDGETS RETHINKING OUR DESIGN WORKFLOWS CHRIS WRIGHT & CHRIS BLOOM
  • 2. THE PROBLEM Our design process isn’t agile enough to keep up with our rapid development cycles and relies on everyone having an unrealistic set of skills
  • 3. THE ‘OLD’ WAY Pixel Perfection: Designers design static comps in Photoshop. Designers tell developers to just “make it look like the picture.” Developers build and figure out functionality along the way
  • 4. PHOTOSHOP IS THE MOST EFFECTIVE WAY TO SHOW YOUR CLIENTS WHAT THEIR WEBSITE WILL NEVER LOOK LIKE. STEPHEN HAY, AUTHOR OF “RESPONSIVE DESIGN WORKFLOW”
  • 5. WHY IS THIS BAD? 1. Slow work cannot happen in parallel 2. Pixel perfection is unrealistic and dangerous for the responsive web 3. Designs shouldn't infer Data Structure or functionality 4. There’s very little collaboration unless something goes wrong
  • 6. THE ‘NEW’ WAY Designing in code: a designer who is proficient in both design principles and code builds out live designs
  • 7. WHY IS THIS BAD? 1. The unicorn problem: designers who focus too much on code often don’t get the time they need to solve design problems 2. The unicorn problem: designers who focus too much on design often don’t get the time they need to create high quality code 3. Designing in code is harder than using tools that are specifically designed for the purpose
  • 8. WHAT WE WANTED FROM OUR DESIGN PROCESS • Agile • Iterative • Collaborative • Components/Atomic Design • Reusability • Inclusive • Fail fast, try new things, adapt
  • 9. AGILE IS ITERATIVE. DESIGN IS ITERATIVE. WHY COULDN’T THEY WORK TOGETHER? JEFF GOTHELF, AUTHOR OF “LEAN UX”
  • 10. HOW THIS WORKS IN PRACTICE
  • 11. CASE STUDY: WEIGHT WATCHERS RE-PLATFORMING • Multisite Platform of 12 international sites with 16 language variants • Automated workflows to schedule, stage, and publish content reducing editorial burdens • Built in training documentation and editorial customizations
  • 12. 1. UX & FUNCTIONAL DEFINITION Who: UX Designer, IA Architect, Analyst, etc What: Sketch, Omnigraffle, UXPin, pen & paper, etc… Why: By defining functionality first, we ensure that what we’re building aligns to the actual business needs of a project from the start.
  • 13. 2. DESIGN Who: Web Designer What: Sketch, Photoshop, CSS, etc… Why: To tell a story.
  • 14. 3. PROTOTYPE Who: Front-End Developer What: Pattern Lab, Sass, BrowserSync, Gulp, etc… Why: This is how we bridge the gap between designs and implied functionality. Rapidly iterate, surface design systems, define common aspects of typography, patterns, relationships, variables. Work FAST with nearly no limitations to unearth problems, edge cases, and questions - especially when dealing with mobile-first.
  • 15. 4. BUILD Who: Front-End Developer What: Drupal, Angular, React (and friends), HorsePants.js, etc… Why: Full CMS/frameworks are usually the end goal deliverable. Nothing beats Drupal as a content delivery platform and the Drupal theme system is incredibly powerful and flexible. Though our process usually results in a fully fleshed out styleguide, pattern library, and prototype, rarely are those the final deliverable!
  • 17. OUR UX TOOL: SKETCH Why this is the best tool for the job • Rapid wireframing • Placeholders • Really easy “snapping” for quick layouts and big adjustments • Very quick to get into InvisionApp/Zeplin.io for rapid, early UX feedback • Easy to pick up coming from Adobe-land or Omnigraffle • Very intuitive pages, artboards, layers • Vector and bitmap • $99 ain’t too shabby How we’ve customized it to make it better for our needs • Does what we need out of the box, we use a few plugins to help with annotating and exporting
  • 18. OUR DESIGN TOOL: SKETCH Why this is the best tool for the job • Easy transition from Wireframes to Designs • symbols === patterns • “Closer the metal of the web” • extensive plugin support • Vector with web focused styling • Instant disassembly of design into constituent assets for build • Command line API! • Ludicrous integration with Invision: https://labs.invisionapp.com/craft • Easy to export assets (svgs, css, etc) and get information from designs How we’ve customized it to make it better for our needs • Same as before, out of the box it does a lot of what we need. But we’ve added a few plugins to make exporting assets and annotating comps a little easier.
  • 19. OUR PROTOTYPE TOOL: PATTERN LAB Why this is the best tool for the job • Fundamentally Drupal has one job: make HTML. Websites are made up HTML + CSS + JS + Images/Icons + Fonts, etc. The tools used to create site assets are ultimately up to us. • Enact the benevolent guideposts of Atomic Design early in the build process • Solve problems early, before backend dev • Test UX early with real code • Iterate on designs rapidly • Frontend development is FAST • Generate assets (CSS/JS/Icons) at STEP ONE • Parallel development with "backend" • Roadmap for backend development How we’ve customized it to make it better for our needs • Gulp + all the npm goodies (BrowserSync, font-icon generation, libsass, sass and js linting, babel)
  • 20. OUR BUILD TOOL: PARAGRAPHS Why this is the best tool for the job • Paragraph entities map wonderfully to Atomic Design patterns we prototyped earlier: Atoms, Molecules, Organisms • “Componentize” design into reusable Drupal structures • Define data model per pattern instead of overall per page or per content type • Assemble completely unique pages on the fly using default Drupal structures of nodes, fields, entities. How we’ve customize it to make it better for our needs • One multi-value Paragraph field per “Dynamic Page” content type === SquareSpace Lite. • Nested Paragraphs === simple custom layouts
  • 21. WW DESIGN TO DRUPAL
  • 22. WHY IS THIS GOOD? 1. Fast: prototyping allows our front-end devs to work ahead of the back-end ones. We’re able to write most of our front-end code before any back-end code is ever written. 2. Agile & Collaborative: prototyping is another step in the process, it allows us to work out potential functionality issues early. 3. Allows specialization: designers can focus on design, coders can focus on code. Everyone works together on quality. 4. Reusable: the code from our prototyping tools lives within our theme structure and can be easily adapted for the finished site.
  • 23. IF A PICTURE IS WORTH 1000 WORDS, A PROTOTYPE IS WORTH 1000 MEETINGS. TOM & DAVID KELLEY, CREATIVE BROTHERS AT IDEO
  • 24. WHAT ARE WE DOING NEXT? PATTERN LAB TWIG + DRUPAL 8 STOP THROWING AWAY YOUR PATTERN TEMPLATES 1. https://github.com/phase2/drupal-lab 2. Bash scripts/site-setup.sh 3. cd web && ../vendor/bin/drupal server 4. cd web/themes/dashing && npm run compile && npm start
  • 26. QUESTIONS? SPECIAL THANKS TO Aleksi Peebles, Dave Olsen, the ForumOne team, Evan Lovely, Anne Sturdivant, Kellye Rodgers
  • 27. Join us for Sprints! Friday, May 13 at the Convention Center First-Time Sprinter Workshop - 9am-12pm in Room 271-273 Mentored Core Sprint - 9am-6pm in Room 275-277 General Sprints - 9am-6pm in Room 278-282
  • 28. Check out DrupalLab - https://github.com/phase2/drupal-lab
 Videos from our talk- http://bit.ly/1NrJy7R Micah Godbolt’s talk on Design Systems - https://bitly.com/road-runner-rules So How Was It? - Tell Us What You Think! Evaluate this session - http://bit.ly/1W8q8r1 THANKS! CHRIS @ILLEPIC CHRIS @CKWRIGHT