kell_creations/kell_creations_apps/packages/feature_wordpress/test
Mike Kell 0a45ecb1c0 feat(wc-catalog-expansion): Stage 9C — WooCommerce catalog expansion
- Add ProductCategory domain model (id, name, slug, parentId, count) with copyWith, equality, toString
- Add ProductImage domain model (id, url, alt, position) with copyWith, equality
- Extend ProductPublishingRepository contract: createProduct, deleteProduct, updateProductImages, getProductImages, getCategories, createCategory, updateCategory, deleteCategory
- Implement all 8 new methods in FakeProductPublishingRepository with seed categories
- Implement all 8 new methods in WordPressProductPublishingRepository
- Add WooCommerceApiClient methods: createProduct, deleteProduct, getCategories (paginated), createCategory, updateCategory, deleteCategory, getProductImages, setProductImages
- Add use cases: CreateProduct, DeleteProduct, GetCategories, CreateCategory, UpdateProductImages
- Update feature_wordpress.dart barrel exports
- Update test stubs in dashboard_controller_test.dart and product_publishing_page_test.dart
- Add 69 new tests in wc_catalog_expansion_test.dart (388 total feature_wordpress, 24 kell_web — all passing)
- Update master_development_brief.md and build_execution_tracker.md
2026-07-11 10:23:31 -04:00
..
widgets feat(wc-catalog-expansion): Stage 9C — WooCommerce catalog expansion 2026-07-11 10:23:31 -04:00
fake_product_publishing_repository_test.dart feat(wordpress): add category-only product edit (Stage 1B) 2026-04-11 15:54:51 -04:00
feature_wordpress_test.dart feat(products): add product publishing workspace vertical slice 2026-04-04 13:13:26 -04:00
product_publishing_controller_test.dart feat: add bulk publish and bulk submit-for-review actions (Stage 7B) 2026-05-30 11:17:13 -04:00
wc_catalog_expansion_test.dart feat(wc-catalog-expansion): Stage 9C — WooCommerce catalog expansion 2026-07-11 10:23:31 -04:00
wordpress_product_mapper_test.dart feat: add bulk publish and bulk submit-for-review actions (Stage 7B) 2026-05-30 11:17:13 -04:00
wordpress_product_publishing_repository_test.dart feat: add bulk publish and bulk submit-for-review actions (Stage 7B) 2026-05-30 11:17:13 -04:00