shopit-back/tests/Feature
ncoronel a2298c9de2 feat: add cart editing feature to tenants
- Added 'cart_editing_enabled' attribute to Tenant model with default value true.
- Updated StoreTenantRequest and UpdateTenantRequest to include validation for 'cart_editing_enabled'.
- Modified TenantResource to expose 'cart_editing_enabled' in API responses.
- Created migration to add 'cart_editing_enabled' column to tenants table, defaulting to true, and set to false for specific tenant.
- Updated DesfilePuraTendenciaSeeder to set 'cart_editing_enabled' to false for the desfile tenant.
- Enhanced Postman collection generation script to include 'cart_editing_enabled' in tenant creation and update requests.
- Added tests to verify the correct behavior of 'cart_editing_enabled' during migrations and tenant provisioning.
2026-08-18 16:32:17 -03:00
..
Attachable Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
Auth feat(auth): enhance password reset attempt handling with new reasons and update related services 2026-08-13 16:49:19 -03:00
Authorization feat(authorization): add roles and permissions models, migration, and tests 2026-07-30 16:37:20 -03:00
Cart refactor(cart): simplify CartItemResource response structure to prioritize selected variant details 2026-08-18 09:05:50 -03:00
Catalog refactor(variant-selection): update variant options retrieval to use catalog item's variants and enhance response structure 2026-08-18 10:45:40 -03:00
Desfile feat(desfile): refactor entry management to use row-based configuration and expand seat options 2026-08-14 13:32:02 -03:00
Event Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
FiestaFutbolInfantil Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Forms Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Integration feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
Localization Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
Logging feat: Add tenant code to value changes; implement PurchaseController and related services for tenant-specific purchase management 2026-08-04 10:27:33 -03:00
MailTest feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
Menu feat(menu): add label field to menu model and update related functionality 2026-07-24 10:08:04 -03:00
Migrations feat: add cart editing feature to tenants 2026-08-18 16:32:17 -03:00
Notification feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
Purchase feat(purchase): update direct item handling to support multiple items in checkout 2026-08-12 14:29:10 -03:00
Sale Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Seeders feat: add cart editing feature to tenants 2026-08-18 16:32:17 -03:00
Staff feat(auth): enhance password reset attempt handling with new reasons and update related services 2026-08-13 16:49:19 -03:00
Tenant feat: add cart editing feature to tenants 2026-08-18 16:32:17 -03:00
Ticket Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
ExampleTest.php initial commit 2026-06-18 10:09:24 -03:00