kell_creations/kell_creations_apps/packages
Mike Kell 9eafc68fec
Validate Docs / validate-docs (push) Successful in 1m13s Details
feat(core): extract shared composition pattern into core package (Stage 4B)
Extract AppConfig/AppEnvironment, AppServices, Bootstrap, and AppScope into core package as KcAppConfig, KcAppServices, KcBootstrap, and KcAppScope generic abstractions.

New core composition types:

- KcAppConfig: runtime config from --dart-define (KC_ENV, WC credentials)

- KcAppEnvironment: enum for fake/wordpress environments

- KcAppServices: abstract base for app service containers

- KcServiceFactory<T>: generic factory for fake/wordpress service creation

- KcBootstrap: shared bootstrap with env switch and WP credential fallback

- KcAppScope<T>: InheritedWidget exposing typed services + config to tree

kell_web backward compatibility:

- AppConfig/AppEnvironment are now typedefs to Kc-prefixed types

- AppServices extends KcAppServices with concrete repositories

- AppScope extends KcAppScope<AppServices> with direct InheritedWidget lookup

- Bootstrap delegates to KcBootstrap.run with app-specific factory

Tests: 20 new core tests, all 379 tests passing (core 20, design_system 41, feature_wordpress 294, kell_web 24). dart analyze clean.
2026-05-22 09:57:51 -04:00
..
auth Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
core feat(core): extract shared composition pattern into core package (Stage 4B) 2026-05-22 09:57:51 -04:00
data Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
design_system feat(design-system): Stage 4A — design system expansion and shared widget migration 2026-05-22 09:42:31 -04:00
feature_finance Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
feature_inventory feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
feature_mrp Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
feature_orders Update main with product publishing 2026-04-05 20:03:10 -04:00
feature_policy feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
feature_social Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
feature_wordpress feat(wordpress): Stage 3B — list efficiency improvements 2026-05-22 08:51:32 -04:00
integrations Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00