Files
Krow-workspace/apps/mobile/ai_prompts/5-match-to-design-system.md
Achintha Isuru 19959a2b3f Add initial mobile app prototypes and staff payments feature
Introduces the first versions of client and staff mobile application prototypes, including platform-specific assets, screens, and configuration for Android, iOS, macOS, Linux, and Windows. Adds documentation, AI prompt guides, and a new staff payments feature module with repository, use cases, and presentation logic. Also includes generated localization files and supporting resources for both client and staff apps.
2026-01-25 17:01:18 -05:00

1005 B

Task is to reafactor an existing Flutter page so that it fully complies with the design system defined in:

  • apps/mobile/docs/03-design-system-usage.md

📍 TARGET PAGE

File to refactor the widgets in:

  • apps/mobile/packages/features/staff/profile_sections/compliance/tax_forms /lib/src/presentation/pages
  • apps/mobile/packages/features/staff/profile_sections/compliance/tax_forms /lib/src/presentation/widgets

Example page to get inspiration as this page is fully complies with the design system guide mentioned above: apps/mobile/packages/features/staff/authentication/lib/src/presentation/pages/profile_setup_page.dart

🎯 GOAL

Transform the existing page implementation so that it complies with the design guideline provieded.

🔒 STRICT RULES (NON-NEGOTIABLE)

While following the rules outlined in the document above you should also DO NOT remove or change existing functionality of the page, add doc comments and use named parameters in functions.

Proceed with the refactor now.