Project Adoption
Project Adoption
Section titled “Project Adoption”Adoption Order
Section titled “Adoption Order”- New screens first.
- High-frequency controls next.
- Shared forms and dialogs.
- Data display patterns.
- Legacy cleanup only when a touched screen needs it.
Screen Checklist
Section titled “Screen Checklist”- Uses shared tokens for color, spacing, radius, shadow, and focus.
- Uses
@my-lab/uicomponents when a matching component exists. - Documents any new pattern before repeating it.
- Has Storybook coverage for reusable UI.
- Has accessibility notes for keyboard and screen-reader behavior.
Migration Rule
Section titled “Migration Rule”Do not rewrite old UI only to match the system. Convert legacy code when the screen is actively changing or when inconsistent behavior creates product risk.