shopit-back/database/seeders
ncoronel d73b4d1daf feat: Introduce client management and integration updates
- Added client_id field to StoreTenantRequest and UpdateTenantRequest for tenant management.
- Updated TenantResource to include client_id in the response.
- Created migration to establish clients table and link tenants to clients.
- Migrated existing tenant integrations to client_integrations table.
- Grouped specific tenants under a shared client (OnTicket) in a new migration.
- Updated seeders to reflect new client structure and relationships.
- Adjusted integration configurations to require client instead of tenant.
- Added tests for client integration functionality and ensured existing tests reflect the new client structure.
2026-08-18 16:18:34 -03:00
..
AttributeSeeder.php Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
AuthorizationSeeder.php feat(auth): implement permission-based access for scanner functionality and update related tests 2026-08-11 14:53:51 -03:00
BrandSeeder.php feat: implement BrandSeeder and CategorySeeder and register them in DatabaseSeeder 2026-06-29 10:02:12 -03:00
CategorySeeder.php feat(categories): add category retrieval and pagination for tenant-specific products 2026-07-28 12:20:17 -03:00
DatabaseSeeder.php feat(seeder): add Desfile Pura Tendencia seeder and corresponding test 2026-08-18 15:44:20 -03:00
DesfilePuraTendenciaSeeder.php feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
EmailIntegrationSeeder.php feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
FiestaFutbolInfantilProductSeeder.php Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
MenuSeeder.php Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
ProductCatalogFromImagesSeeder.php fix(seeder): update catalog path to reflect new directory structure 2026-08-18 15:27:53 -03:00
SocialMediaSeeder.php feat(seeder): add SocialMediaSeeder and integrate social media data into TenantSeeder 2026-07-23 15:19:25 -03:00
TelepagosIntegrationSeeder.php feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
TenantSeeder.php feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
WebsiteTypeSeeder.php feat(attachment): refactor image cropping functionality to use range objects and update related tests 2026-08-18 12:54:47 -03:00