SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
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

Más contenido relacionado

Más de Phase2

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
 
Drupal Is Not Your Web Site
Drupal Is Not Your Web SiteDrupal Is Not Your Web Site
Drupal Is Not Your Web Site
Phase2
 
Open data + open government open goodness
Open data + open government open goodnessOpen data + open government open goodness
Open data + open government open goodness
Phase2
 

Más 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

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 

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