Definition of Done
- Tests pass
- Types complete (no
any) - Lint clean
- Review approved
Error Handling
Section titled “Error Handling”- API errors caught and displayed to user
- Loading states shown during async operations
- Empty states handled (no data, zero results)
- User-friendly error messages (no raw exceptions)
Documentation
Section titled “Documentation”Deploy
Section titled “Deploy”- Affected build passes
- Preview deploy works