shopit-back/tests/Feature/Seeders
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
..
AuthorizationSeederTest.php feat(auth): implement permission-based access for scanner functionality and update related tests 2026-08-11 14:53:51 -03:00
DesfilePuraTendenciaSeederTest.php feat: add cart editing feature to tenants 2026-08-18 16:32:17 -03:00
FiestaFutbolInfantilProductSeederTest.php Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
MenuSeederTest.php feat(scanner): add scanner authentication and context services with routes and tests 2026-08-11 14:53:51 -03:00
ProductCatalogFromImagesSeederTest.php feat: Introduce source type for featured groups; add category association and implement FeaturedGroupService for item sourcing 2026-08-04 13:17:00 -03:00
SocialMediaSeederTest.php feat(seeder): add SocialMediaSeeder and integrate social media data into TenantSeeder 2026-07-23 15:19:25 -03:00
TenantSeederTest.php feat: Enhance tenant website extras by adding detailed description HTML for hero and additional info configurations; update related tests for validation 2026-08-03 15:29:14 -03:00
WebsiteTypeSeederTest.php feat(attachment): refactor image cropping functionality to use range objects and update related tests 2026-08-18 12:54:47 -03:00