Design Review Checklist πŸ“‹



This content originally appeared on DEV Community and was authored by Rasmus Larsson

My simple checklist of things to ask as a developer when doing a design review in e.g. Figma.

Item Description
Does it cover the happy case?
Does it cover the empty case? E.g. if there are zero items in a list.
Does it cover the error case? E.g. if fetching data failed.
Does it cover the growth case? How do dynamic objects such as lists, text etc. grow beyond the fold or similar and how will the design react?
Does it cover the shrink case? How do dynamic objects such as lists, text etc. shrink and how will the design react? Especially important for dropdowns.
Is the flow clear? Is the flow from view to view or between elements clear?


This content originally appeared on DEV Community and was authored by Rasmus Larsson