feat(bookings): implement ticket receipts and seat sharing system

Add receipt tokens and booking_seats table to track individual tickets
Create receipt and seat view pages with QR code generation
This commit is contained in:
2026-04-12 22:48:26 +08:00
parent 7f582b530c
commit 6194c96ead
15 changed files with 1663 additions and 61 deletions

View File

@@ -16,6 +16,7 @@
"@simplewebauthn/server": "^13.3.0",
"nuxt": "^4.4.2",
"postgres": "^3.4.9",
"qrcode": "^1.5.4",
"redis": "^5.11.0",
"vue": "^3.5.32",
"vue-router": "^5.0.4"