Commit Graph

2 Commits

Author SHA1 Message Date
Misaka_Company
a5f503773e feat: report analysis with date aggregation and user filtering
- Implement date aggregation logic, sum multiple reports on same day
- Add user filtering with multi-select Chip components
- Fix IpcResult data unwrapping bug in frontend
- Add loading state and empty state indicators
- Update test cases to verify aggregation logic

Fixes:
- Timeline confusion: Now sorted by date ascending
- Data duplication: Same-day data automatically aggregated
- No filtering: Added user selector for filtering by users
2026-03-26 09:38:29 +08:00
Misaka_Company
255fd7e00b feat: add report analysis and visualization feature
- Add recharts library for data visualization
- Implement ReportAnalyzer service to parse report data
- Add report analysis IPC handler with Admin permission check
- Add ReportAnalysisDialog component with charts
- Add unit and E2E tests for report analyzer
- Update Playwright config to exclude vitest-specific test files
- Expand vitest config to include source code tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 08:57:37 +08:00