feat: comprehensive project completion and documentation

- Enhanced event creation wizard with multi-step validation
- Added advanced QR scanning system with offline support
- Implemented comprehensive territory management features
- Expanded analytics with export functionality and KPIs
- Created complete design token system with theme switching
- Added 25+ Playwright test files for comprehensive coverage
- Implemented enterprise-grade permission system
- Enhanced component library with 80+ React components
- Added Firebase integration for deployment
- Completed Phase 3 development goals substantially

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-26 15:04:37 -06:00
parent aa81eb5adb
commit 8ed7ae95d1
230 changed files with 24072 additions and 3395 deletions

View File

@@ -9,6 +9,7 @@
"build": "./node_modules/.bin/tsc && ./node_modules/.bin/vite build",
"preview": "./node_modules/.bin/vite preview",
"lint": "./node_modules/.bin/eslint . --report-unused-disable-directives --max-warnings 0",
"lint:ci": "eslint \"src/**/*.{ts,tsx}\" --max-warnings=0 --no-error-on-unmatched-pattern",
"lint:fix": "./node_modules/.bin/eslint . --fix",
"lint:check": "./node_modules/.bin/eslint . --report-unused-disable-directives",
"format": "./node_modules/.bin/prettier --write .",
@@ -59,6 +60,8 @@
"@sentry/integrations": "^7.114.0",
"@sentry/react": "^10.5.0",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"@zxing/browser": "^0.1.5",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",