kell_creations/kell_creations_apps/apps/kell_web/lib
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
..
composition feat(core): extract shared composition pattern into core package (Stage 4B) 2026-05-22 09:57:51 -04:00
dashboard feat(dashboard): compose live summary data across features 2026-04-04 14:07:21 -04:00
navigation feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
pages feat(design-system): Stage 4A — design system expansion and shared widget migration 2026-05-22 09:42:31 -04:00
routing feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
shell feat(design-system): Stage 4A — design system expansion and shared widget migration 2026-05-22 09:42:31 -04:00
app.dart feat(kell-web): add dashboard page and reusable shell widgets 2026-04-04 12:51:08 -04:00
main.dart feat(kell-web): add runtime environment bootstrap for wordpress mode 2026-04-04 15:23:38 -04:00