kell_creations/kell_creations_apps/packages
Mike Kell ec66626074 feat(integrations): Stage 8A - integration abstractions contracts
- Add ApiException base class (statusCode, message, body)
- Add ApiClient abstract class (initialize, dispose, isReady, execute<T>)
- Add RetryPolicy abstraction (NoRetryPolicy, ExponentialBackoffRetryPolicy)
- Add RateLimiter abstraction (NoRateLimiter, TokenBucketRateLimiter)
- Add IntegrationHealthCheck contract (HealthCheckResult value object)
- Add WebhookHandler contract (WebhookEvent, WebhookResult, WebhookProcessingStatus)
- Add ChannelAdapter contract (ChannelProduct, ChannelOrder, ChannelOrderItem, ChannelInventoryCount)
- Replace Calculator placeholder with barrel exports for all 7 contract files
- Refactor WooCommerceApiClient to implement ApiClient contract
- Refactor WooCommerceApiException to extend ApiException
- Add integrations dependency to feature_wordpress pubspec
- Add packages/integrations to TESTABLE and ANALYZABLE in run_all_tests.sh
- Add 38 tests for all contracts and value objects
- dart analyze clean (no issues in integrations and feature_wordpress)
- Tests: 38/38 integrations, 319/319 feature_wordpress
2026-07-11 08:21:03 -04:00
..
auth feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
core feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
data feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
design_system feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_finance feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_inventory chore(inventory): stage uncommitted presentation layer files from Stage 5B 2026-07-10 18:52:29 -04:00
feature_mrp feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_orders chore(analyze): remove unnecessary_import directives in feature_orders tests 2026-07-10 20:18:48 -04:00
feature_policy feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_social feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_wordpress feat(integrations): Stage 8A - integration abstractions contracts 2026-07-11 08:21:03 -04:00
integrations feat(integrations): Stage 8A - integration abstractions contracts 2026-07-11 08:21:03 -04:00