feat: Add advanced analytics UI components in frontend
Some checks failed
CI/CD Pipeline / Lint and Test (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled

- Add comprehensive API client methods for all advanced analytics endpoints
- Create CircadianRhythmCard component for sleep pattern visualization
- Create AnomalyAlertsPanel for anomaly detection and alerts
- Create GrowthPercentileChart with WHO/CDC percentiles
- Create CorrelationInsights for activity correlations
- Create TrendAnalysisChart with predictions
- Add advanced analytics page with all new components
- Add UI component library (shadcn/ui) setup
- Add navigation link to advanced analytics from insights page

All advanced analytics features are now accessible from the frontend UI.
This commit is contained in:
2025-10-06 11:46:05 +00:00
parent 56d2d83418
commit b0ac2f71df
19 changed files with 3112 additions and 13 deletions

View File

@@ -22,10 +22,17 @@
"@mui/icons-material": "^7.3.3",
"@mui/material": "^7.3.3",
"@mui/material-nextjs": "^7.3.3",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@reduxjs/toolkit": "^2.9.0",
"@simplewebauthn/browser": "^13.2.0",
"@tanstack/react-query": "^5.90.2",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"focus-trap-react": "^11.0.4",
@@ -33,6 +40,7 @@
"graphql": "^16.11.0",
"i18next": "^25.5.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.544.0",
"next": "^15.5.4",
"next-pwa": "^5.6.0",
"react": "^19.2.0",
@@ -46,6 +54,7 @@
"redux-persist": "^6.0.0",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1",
"web-vitals": "^5.1.0",
"workbox-webpack-plugin": "^7.3.0",
"workbox-window": "^7.3.0",