Add Kell Creations operations app foundation with feature slices and WooCommerce read-only integration #1

Merged
mtkell merged 12 commits from feat/inventory-first-slice into main 2026-04-04 19:46:31 +00:00
Owner

Summary

This PR introduces the first operational baseline for the Kell Creations Flutter web app.

Included

  • App shell, routing, and dashboard
  • Feature slices:
    • Inventory
    • Products / Publishing
    • Orders
    • Policy / Governance
  • App-level dependency composition
  • Cross-feature navigation handoffs
  • Shared filtering, search, and selection persistence
  • Runtime environment bootstrap:
    • fake mode
    • WordPress/WooCommerce mode
  • Real read-only WooCommerce-backed product repository

Validation

  • flutter analyze passes
  • flutter test passes
  • fake mode validated
  • WordPress mode validated for read-only product retrieval

Known limitations

  • WooCommerce integration is read-only for now
  • publish/update flows are not implemented yet
  • media/image upload not implemented
  • orders/finance integrations remain fake

Next planned work

  • harden WordPress-mode controller lifecycle
  • add first controlled product write operation
  • continue cross-feature operational workflow refinement
## Summary This PR introduces the first operational baseline for the Kell Creations Flutter web app. ## Included - App shell, routing, and dashboard - Feature slices: - Inventory - Products / Publishing - Orders - Policy / Governance - App-level dependency composition - Cross-feature navigation handoffs - Shared filtering, search, and selection persistence - Runtime environment bootstrap: - fake mode - WordPress/WooCommerce mode - Real read-only WooCommerce-backed product repository ## Validation - flutter analyze passes - flutter test passes - fake mode validated - WordPress mode validated for read-only product retrieval ## Known limitations - WooCommerce integration is read-only for now - publish/update flows are not implemented yet - media/image upload not implemented - orders/finance integrations remain fake ## Next planned work - harden WordPress-mode controller lifecycle - add first controlled product write operation - continue cross-feature operational workflow refinement
mtkell added 12 commits 2026-04-04 19:44:56 +00:00
Validate Docs / validate-docs (push) Successful in 53s Details
c7c12b3b0d
feat(kell-web): add shell routing and inventory vertical slice
Validate Docs / validate-docs (push) Successful in 45s Details
6b0e16dec6
feat(kell-web): add dashboard page and reusable shell widgets
Validate Docs / validate-docs (push) Successful in 50s Details
226b21d22d
feat(products): add product publishing workspace vertical slice
Validate Docs / validate-docs (push) Successful in 1m9s Details
e06c2d8f94
refactor(kell-web): add app-level dependency composition
Validate Docs / validate-docs (push) Successful in 52s Details
3330ed23b3
feat(orders): add orders workspace vertical slice
Validate Docs / validate-docs (push) Successful in 59s Details
00a667d19e
feat(dashboard): compose live summary data across features
Validate Docs / validate-docs (push) Successful in 1m17s Details
c2049e2c46
feat(policy): add policy governance workspace vertical slice
Validate Docs / validate-docs (push) Successful in 1m5s Details
0f61badba6
feat(navigation): add cross-feature workflow handoffs
mtkell merged commit d8f8fb6797 into main 2026-04-04 19:46:31 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mtkell/kell_creations#1
No description provided.