shopit-back/tests/Feature/Catalog
ncoronel 22ef5619f3 Refactor Catalog API: Remove Create Catalog Item Endpoint and Update Related Logic
- Removed the "Create Catalog" endpoint from the Postman collection.
- Updated the CatalogController to handle tenant-specific catalog items based on active events.
- Refactored CatalogItem model to automatically set event_id based on tenant's active_event_id during creation.
- Deleted StoreCatalogItemRequest and CatalogItemResource as they are no longer needed.
- Updated various services and controllers to utilize the new tenant-based catalog item retrieval logic.
- Added tests to ensure that catalog reads are limited to items associated with the active event.
2026-09-18 13:51:13 -03:00
..
BundleCatalogItemTest.php Refactor Catalog API: Remove Create Catalog Item Endpoint and Update Related Logic 2026-09-18 13:51:13 -03:00
CatalogControllerTest.php Refactor Catalog API: Remove Create Catalog Item Endpoint and Update Related Logic 2026-09-18 13:51:13 -03:00
CatalogItemDetailControllerTest.php refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared 2026-09-18 10:15:57 -03:00
CatalogSchemaTest.php refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared 2026-09-18 10:15:57 -03:00
CatalogSearchTest.php refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared 2026-09-18 10:15:57 -03:00
CatalogServiceTest.php refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared 2026-09-18 10:15:57 -03:00
CategoryDetailTest.php refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared 2026-09-18 10:15:57 -03:00
OnTicketFeaturedGroupControllerTest.php refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared 2026-09-18 10:15:57 -03:00