Commit Graph

13 Commits

Author SHA1 Message Date
ncoronel 51937ca93f feat(event): add EventDateInfoFormatter to format event date messages and implement related tests 2026-09-15 16:08:42 -03:00
ncoronel dcf4383fbf feat(variants): implement inventory cloning for historical stock updates and adjust related tests 2026-09-15 15:15:18 -03:00
ncoronel 61314d5166 feat(storefront): expose event date notices 2026-09-14 14:49:30 -03:00
ncoronel 0d54887602 feat(event): audit suspended event dates 2026-09-14 14:19:29 -03:00
ncoronel 54827fbc58 feat(event): record date reschedules 2026-09-14 14:13:46 -03:00
ncoronel b4a7b80430 test: cover event variant replacements 2026-09-14 14:11:24 -03:00
ncoronel 205d77bc0b feat(event): dispatch date change notifications 2026-09-14 08:53:45 -03:00
ncoronel 4bb4f526e4 feat(event): support ticket refund configuration in event endpoints 2026-09-11 16:22:46 -03:00
ncoronel b4da6e3747 feat(event): omit rescheduled and suspended dates from tenant resource 2026-09-11 16:21:37 -03:00
ncoronel 1880fc8147 feat(event): suspend event dates instead of cancelling 2026-09-11 15:57:17 -03:00
ncoronel 96df431d60 feat(event): implement admin date creation, rescheduling, and cancellation endpoints 2026-09-11 12:28:51 -03:00
ncoronel 02cf3f3773 Add tests for ticket validity and event date formatting
- Create TicketValiditySchemaTest to verify database schema for ticket validity.
- Update CatalogModelsTest to include tests for event date attributes and selection options.
- Introduce EventDateTextFormatterTest for formatting event dates in Spanish.
- Refactor EventModelsTest to include validity time relationships.
- Add SaleDetailResourceTest to ensure correct serialization of purchase items.
- Enhance TicketTest with validity time checks and status management.
- Implement ValidityTimeResourceTest to validate resource output for different validity types.
- Add ValidityTimeTest to verify casting and validity checks for validity time types.
2026-08-11 12:41:35 -03:00
ncoronel f4638bc984 feat: Implement event management functionality with API endpoints and validation 2026-08-03 13:32:31 -03:00