ver. 0.291: ShopProducer frontend migration to Domain + Controllers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ Panel administratora (33 moduły) został w pełni zmigrowany na architekturę D
|
||||
| ShopClient | ZMIGROWANY do `front\Controllers\ShopClientController` | Logowanie, rejestracja, odzyskiwanie hasla, adresy, zamowienia |
|
||||
| ShopOrder | ZMIGROWANY do `front\Controllers\ShopOrderController` | Webhooki płatności + order details |
|
||||
| ShopProduct | Fasada | lazy_loading, warehouse_message, draw_product_attributes |
|
||||
| ShopProducer | Fasada | list(), products() |
|
||||
| ShopProducer | ZMIGROWANY do `front\Controllers\ShopProducerController` | list(), products() |
|
||||
| ShopCoupon | ZMIGROWANY do `front\Controllers\ShopCouponController` | use_coupon(), delete_coupon() |
|
||||
| Newsletter | ZMIGROWANY do `front\Controllers\NewsletterController` | signin(), confirm(), unsubscribe() |
|
||||
|
||||
@@ -73,7 +73,7 @@ Panel administratora (33 moduły) został w pełni zmigrowany na architekturę D
|
||||
| Coupon | ~60 | NISKI — niekompletne metody | NISKI |
|
||||
| Transport | ~30 | NISKI — transport_list() | NISKI |
|
||||
| PaymentMethod | — | ZMIGROWANA (fasada do Domain) | — |
|
||||
| Producer | — | ZMIGROWANA (fasada do Domain) | — |
|
||||
| Producer | — | USUNIETA (callery na ProducerRepository) | — |
|
||||
| ProductSet | — | ZMIGROWANA (fasada do Domain) | — |
|
||||
| ProductAttribute | ~100 | OK — dobry caching | — |
|
||||
| ProductCustomField | ~50 | OK — Redis caching | — |
|
||||
|
||||
Reference in New Issue
Block a user