ncoronel
8537d2ed0a
feat(catalog): implement maximum addable quantity logic and user quota sharing across variants
2026-08-19 16:48:32 -03:00
ncoronel
9e74e21fb5
refactor(catalog): enhance variant options retrieval by restoring canonical values from reserved cart items
2026-08-18 09:27:26 -03:00
ncoronel
a919e9366b
refactor(catalog): rely on inventory for variant availability
2026-08-14 09:54:40 -03:00
ncoronel
ed321d6c6c
feat(catalog): resolve options from partial variant selections
2026-08-14 09:43:38 -03:00
ncoronel
84e45bb964
feat: Introduce source type for featured groups; add category association and implement FeaturedGroupService for item sourcing
2026-08-04 13:17:00 -03:00
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
ncoronel
8dc80411d7
feat(categories): add category retrieval and pagination for tenant-specific products
2026-07-28 12:20:17 -03:00
ncoronel
135a3bea3e
feat(search): implement catalog item search functionality with request validation and resource formatting
2026-07-24 14:17:34 -03:00
ncoronel
e778d862ba
feat(catalog): enhance featured groups with paginated and carousel layouts, update seeder and tests
2026-07-23 13:24:39 -03:00
ncoronel
29a2ca19a3
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
...
source commits: refactor/catalog
2026-07-21 09:23:19 -03:00
ncoronel
cb0fb2899c
feat: implement polymorphic relationships for group items to support bundles and product variants
2026-07-17 14:42:44 -03:00
ncoronel
615eacea91
feat: rename featured_variants to group_items and update related references
2026-07-17 14:31:05 -03:00
ncoronel
0e9f7faaf1
feat: update CatalogController to return JsonResponse instead of AnonymousResourceCollection
2026-07-14 15:04:01 -03:00
ncoronel
13bdb436ed
feat: implement FeaturedGroup and FeaturedVariant controllers, models, requests, resources, and routes for managing featured groups and variants
2026-07-14 14:58:28 -03:00
ncoronel
c2efec8906
feat: implement FeaturedVariant and CatalogController for managing featured variants and catalog display
2026-07-14 14:55:48 -03:00