feat: implement advanced analytics for mobile admin dashboard
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit includes:
- Backend EventAnalyticsService and Controller
- API endpoint for event analytics
- Frontend EventAnalyticsPage with custom bar charts and top contributor lists
- Analytics shortcut on the dashboard
- Feature-lock upsell UI for non-premium users
This commit is contained in:
Codex Agent
2026-01-06 16:17:23 +01:00
parent 322cafa3c2
commit ee3e9737c4
10 changed files with 425 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ export const ADMIN_ACTION_COLORS = {
photobooth: '#FF8A8E',
recap: ADMIN_COLORS.warning,
packages: ADMIN_COLORS.primary,
analytics: '#8b5cf6',
};
export const ADMIN_GRADIENTS = {