> [!note]
> We name artboards things like 1210, 1300, and 1430.
## Design
## Prototyping
* Prototype start flows are named with descriptions
* Scroll views are appropriately enabled
## Handoff
## Variables, Styles, and Components
* Are variables and styles correctly applied?
* Are components laid out? Are properties and variants specified correctly?
## Annotations
* For full pages, have I described the context using a handoff screen component?
* For design details, are components annotated using Figma dev mode?
* Are layers named in a way that makes sense? Do I have Scroll Views and Stacks named appropriately? (==Can something be both a scroll view *and* a stack?==)
## Prototype
* Are prototypes named, with descriptions added?
* Do scroll views enabled?
## Accessibility
* Are iPad variations specified for each page? (i.e. 1100, 1200, 1300)
* Is Dynamic Type specified?? Have I labeled how truncation should work? Are min-heights and max-heights set in place for text containers?
## Accessibility Checklist
> [!todo]
> Run this by Darrion
- Any container that might enlarge with dynamic text is set as a scroll view
- Maximum constraints are set on how much type can scale (up to AX2)
- Truncation behavior is set (head, tail, middle)
- Multiline behavior is specified for any flex or text box
- Font weights are set to increase if "Bold Text" is enabled
- Max widths are set to indicate how large containers should get on the iPad
- We've QA'd and checked the designs against the following situations:
- iPhone SE
- iPhone SE, AX2 set
- iPad
- iPad, AX2 set
## Logbook