Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.56 KB

[WIP]-Design-Checklist.md

File metadata and controls

23 lines (22 loc) · 1.56 KB

Intro

These items are a general checklist for when we create new features that is based off our design principles.

Design checklist

  • Is this accessible?
  • Is this customizable?
  • Is this simple?
    • Are these incremental changes (i.e. can it be broken down)?
    • Are text descriptions clear and easy to understand?
    • Can you re-use existing components/patterns?
    • Do your icons make sense?
    • Have you tested this with users?
  • Is this delightful?
    • Is input from the user contextual?
    • Are user actions optimized (i.e. can we reduce the number of steps)?
    • Can we reduce the load time?