Conversation
…tsResource for addition and discount management
…ment and totals handling
…ine the cart package
…for previous throwable
…ethod for cart management
Co-authored-by: komtcho <komtcho@users.noreply.github.com>
Removed Order model, trait, and migration
…GitHub Actions workflow
|
/oc review |
Code Review: V2This is a major version bump with breaking changes. Here's my analysis: Breaking Changes
New Features
Potential Issues
Test CoverageNew tests added for additions/discounts system look comprehensive (lines 72-425 in RecommendationThis is a solid breaking change for V2. The removal of Filament makes the package lighter for API-only use cases. The new totals system is more flexible than the old coupon system. Consider updating the README to reflect the actual feature set. |
|
/oc review |
Code Review: V2SummaryThis is a solid V2 release with intentional breaking changes. The refactoring removes the Filament dependency (lighter for API-only use) and replaces the rigid coupon system with a flexible additions/discounts API. Issues to Fix
What's Good
Breaking Changes Summary
VerdictApprove once README is updated. Consider documenting the migration path from V1. |
|
/oc review |
Code Review: V2 (Updated)StatusThe README still has the outdated description from V1 - line 3 mentions "coupons" which were removed in this version. Issues Still Present
Previous Issues Now Resolved
Breaking Changes Summary
VerdictNeeds changes: Update README line 3 to reflect V2 feature set (replace "coupons" with "additions, discounts"). Everything else looks good. |
…, update related interfaces and tests



No description provided.