- 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 |
||
|---|---|---|
| .. | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage
TODO: Include short and useful examples for package users. Add longer examples
to /example folder.
const like = 'sample';
Additional information
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.