- Extend OrderStatus with onHold, refunded, failed - Extend OrderItem with productId, variationId, customizations - Extend Order with paymentMethod, source, customFields - Add OrderSource enum (online, market, manual) - Add getOrder(id) to OrdersRepository contract and FakeOrdersRepository - Add WooCommerceOrderMapper (WooCommerce JSON <-> Order domain) - Add WooCommerceOrdersRepository implementing full OrdersRepository - Add orders API methods to WooCommerceApiClient (getOrders, getOrder, updateOrderStatus, createOrder, addOrderNote) - Export WooCommerceApiClient/WooCommerceApiException from feature_wordpress - Add feature_wordpress + http dev deps to feature_orders pubspec - 83 new tests: mapper (25), repository+API client (23), FakeRepo.getOrder (3), plus existing suite grows to 198/198 feature_orders - All packages analyze clean; 847/847 total tests 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.