shopit-back/app/Domains/Catalog
ncoronel 448ffb4102 feat(ticket): implement validity time management for tickets and catalog items
- Added ValidityTime model and migration to manage ticket validity periods.
- Updated TicketGeneratorService to resolve and assign validity times to tickets.
- Refactored ticket generation logic to remove legacy date fields and use validity time.
- Introduced timezone support for tenants to handle service dates correctly.
- Updated migrations to remove deprecated columns and add foreign keys for validity times.
- Modified seeders and tests to accommodate new validity time structure.
- Enhanced tests to validate ticket generation and validity time behavior.
2026-08-06 15:52:19 -03:00
..
Controllers feat: Implement OnTicketFeaturedGroup management; add controller, service, resource, request, routes, and tests for featured groups 2026-08-04 13:41:11 -03:00
Enums feat: Introduce source type for featured groups; add category association and implement FeaturedGroupService for item sourcing 2026-08-04 13:17:00 -03:00
Models feat(ticket): implement validity time management for tickets and catalog items 2026-08-06 15:52:19 -03:00
Requests feat(ticket): implement validity time management for tickets and catalog items 2026-08-06 15:52:19 -03:00
Resources feat(ticket): implement validity time management for tickets and catalog items 2026-08-06 15:52:19 -03:00
Services feat(ticket): implement validity time management for tickets and catalog items 2026-08-06 15:52:19 -03:00
routes feat: Implement OnTicketFeaturedGroup management; add controller, service, resource, request, routes, and tests for featured groups 2026-08-04 13:41:11 -03:00