shopit-back/tests/Feature/Tenant
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
..
AdminAppWebsiteExtraControllerTest.php Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
BootstrapAdminAppControllerTest.php feat: Refactor event form functionality by removing social media data from AdminAppBootstrapResource and AdminAppBootstrapService; add EventFormController, EventFormResource, and EventFormService; implement routes and tests for event form 2026-08-03 14:02:08 -03:00
BootstrapScannerControllerTest.php feat(scanner): implement scanner bootstrap functionality with controller, request, resource, and service; add routes and migration for scanner domain 2026-08-12 08:40:45 -03:00
BootstrapTenantControllerTest.php feat: add cart editing feature to tenants 2026-08-18 16:32:17 -03:00
StoreTenantWithExtrasTest.php feat(website-extras): enhance toggle functionality and update related tests; add additional info configuration to tenant extras 2026-08-03 09:10:50 -03:00
TenantBootstrapRouteTest.php 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
TenantPresentationConfigRemovalTest.php refactor(tenant): remove legacy presentation configuration and related carousel images 2026-07-29 14:54:57 -03:00
TenantSocialMediaTest.php feat(social-media): add 'orden' field to social media pivot table and update related functionality 2026-07-23 15:19:17 -03:00
WebsiteExtrasTest.php feat(website-type): add new color fields and update related methods in WebsiteType model and service 2026-07-31 12:55:40 -03:00
WebsiteTypeServiceTest.php feat(tenant): add site title and favicon support for tenants and website types 2026-08-14 08:55:59 -03:00