feat: add advanced analytics and territory management system

- Add comprehensive analytics components with export functionality
- Implement territory management with manager performance tracking
- Add seatmap components for venue layout management
- Create customer management features with modal interface
- Add advanced hooks for dashboard flags and territory data
- Implement seat selection and venue management utilities
- Add type definitions for ticketing and seatmap systems

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-26 09:25:10 -06:00
parent d5c3953888
commit aa81eb5adb
438 changed files with 90509 additions and 2787 deletions

View File

@@ -30,7 +30,8 @@
"cache:clear": "./scripts/clear-cache.sh",
"cache:clear:hard": "./scripts/clear-cache.sh && npm run docker:build --no-cache && npm run docker:up",
"dev:clean": "./scripts/clear-cache.sh && npm run dev",
"build:clean": "./scripts/clear-cache.sh && npm run build"
"build:clean": "./scripts/clear-cache.sh && npm run build",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
@@ -44,7 +45,7 @@
"@sentry/astro": "^9.35.0",
"@sentry/node": "^9.35.0",
"@stripe/connect-js": "^3.3.25",
"@supabase/ssr": "^0.0.10",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.3",
"@types/bcrypt": "^5.0.2",
"@types/react": "^19.1.8",
@@ -75,6 +76,7 @@
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
"eslint": "^9.31.0",
"husky": "^9.1.7",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0"
}