Commit Graph
5 Commits
Author SHA1 Message Date
kbe 3fa9249bc8 Proceeding to work on controller for checkout 2025-08-28 21:05:42 +02:00
kbe 96734480d5 working on linux 2025-08-28 15:11:42 +02:00
kbe 632055c44d chore: linting stuff 2025-08-25 00:43:03 +02:00
kbe 7f4aded5aa refactor: move index definitions to create migrations for tickets and ticket_types 2025-08-24 23:58:10 +02:00
kbe b5b5ca1cc0 Add TicketType model with validations and fix dropdown menu
- Create TicketType model with Party association and Ticket relationship
- Add comprehensive validations for name, description, pricing, and date ranges
- Generate migration for ticket_types table with all required fields
- Add Alpine.js import to fix dropdown menu functionality
- Update ticket model with validations for qr_code, price, and status
2025-08-23 19:31:17 +02:00