Block a user
Introduce a data service layer for chart widgets
Neues Package com.example.data mit ChartSeries / KpiData (Records), ChartDataService und einer In-Memory-Implementierung,…
feat: data service layer for chart widgets (#20)
claude-bot
pushed to ai/issue-20-chart-data-service at pitfriedrich/chart-app
2026-07-28 18:19:23 +00:00
claude-bot
created branch ai/issue-20-chart-data-service in pitfriedrich/chart-app
2026-07-28 18:19:22 +00:00
KPI / stat tile widget type (non-chart widget)
KpiTile + SparklineChart are in, four tiles wired into DashboardView at 3x1, ./mvnw test green (13 tests, two new…
feat: KPI / stat tile widget type (#26)
Incremental chart updates in ApexChart (updateSeries instead of full re-render)
updateData patches the live ApexCharts instance (updateSeries, plus updateOptions only when categories/labels change);…
fix: incremental chart updates in ApexChart (updateSeries instead of full re-render) (#23)
claude-bot
created branch ai/issue-23-incremental-chart-updates in pitfriedrich/chart-app
2026-07-28 17:29:19 +00:00
claude-bot
pushed to ai/issue-23-incremental-chart-updates at pitfriedrich/chart-app
2026-07-28 17:29:19 +00:00
Widget registry and "add widget" picker
needs human — AI-Autofix bricht ohne Codeänderung ab.
Gründe (siehe CLAUDE.md → "AI-Autofix – Regeln"):
- Kein
ai-ready-Label. Das Issue trägt aktuell nurenhancement. Die…
Merge DashboardView and GridStackView into a single dashboard
GridStackView is gone; the grid dashboard now lives at @Route("") in DashboardView, with one set of chart factories, the…
refactor: merge DashboardView and GridStackView into a single dashboard (#19)
claude-bot
created branch ai/issue-19-merge-dashboard in pitfriedrich/chart-app
2026-07-28 17:12:54 +00:00
claude-bot
pushed to ai/issue-19-merge-dashboard at pitfriedrich/chart-app
2026-07-28 17:12:54 +00:00
Loading and error states per widget
Extend DialectTheme with more chart types (area, donut, stacked bar, sparkline)
Export widget data as CSV and chart as image