shopit-back/app/Domains
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 refactor(auth): simplify password reset attempt handling logic and improve code readability 2026-08-14 08:51:31 -03:00
Authorization feat(auth): implement permission-based access for scanner functionality and update related tests 2026-08-11 14:53:51 -03:00
Bootstrap feat(bootstrap): update tenant bootstrap endpoint to accept domain and path as query parameters, enhancing tenant resolution logic 2026-08-14 15:17:24 -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
Client feat: Introduce client management and integration updates 2026-08-18 16:18:34 -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 Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -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
Logging Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
MailTest Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Menu Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Notification Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Purchase feat(purchase): refactor imports and add test for InsufficientStockException handling 2026-08-12 15:22:19 -03:00
Sale Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Shared Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -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
StorageTest Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -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