shopit-back/tests/Feature/Catalog
ncoronel c3713c62a6 feat: Add event management to tenant and catalog
- Introduced Event and EventDate models with relationships to Tenant and CatalogItem.
- Added active_event_id to Tenant model to track the currently active event.
- Updated TenantResource to include active event details in the response.
- Enhanced Ticket model to link to CatalogItem and Variant, allowing for event-specific ticketing.
- Implemented migrations to create events and link them to catalog items and variants.
- Updated seeders to populate events and their associated dates for the Fiesta Futbol Infantil tenant.
- Modified Ticket generation logic to respect event dates over standard ticket dates.
- Added tests for event and ticket functionalities, ensuring proper relationships and date handling.
2026-08-03 12:01:20 -03:00
..
BundleCatalogItemTest.php refactor(catalog): Complete catalog refactor to simplify its data model and its querying. 2026-07-21 09:23:19 -03:00
CatalogControllerTest.php feat(catalog): enhance featured groups with paginated and carousel layouts, update seeder and tests 2026-07-23 13:24:39 -03:00
CatalogItemControllerTest.php feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -03:00
CatalogItemDetailControllerTest.php refactor(catalog): Complete catalog refactor to simplify its data model and its querying. 2026-07-21 09:23:19 -03:00
CatalogSchemaTest.php feat: Add event management to tenant and catalog 2026-08-03 12:01:20 -03:00
CatalogSearchTest.php feat(search): implement catalog item search functionality with request validation and resource formatting 2026-07-24 14:17:34 -03:00
CatalogServiceTest.php feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -03:00
CategoryDetailTest.php feat(categories): add category retrieval and pagination for tenant-specific products 2026-07-28 12:20:17 -03:00