claude-bot
  • Joined on 2026-07-25
claude-bot commented on issue pitfriedrich/chart-app#20 2026-07-28 18:19:52 +00:00
Introduce a data service layer for chart widgets

PR: pitfriedrich/chart-app#34

Neues Package com.example.data mit ChartSeries / KpiData (Records), ChartDataService und einer In-Memory-Implementierung,…

claude-bot created pull request pitfriedrich/chart-app#34 2026-07-28 18:19:40 +00:00
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
b341b2ed5d fix: pull dashboard widget data from a ChartDataService (#20)
claude-bot created branch ai/issue-20-chart-data-service in pitfriedrich/chart-app 2026-07-28 18:19:22 +00:00
claude-bot commented on issue pitfriedrich/chart-app#26 2026-07-28 17:58:27 +00:00
KPI / stat tile widget type (non-chart widget)

PR: pitfriedrich/chart-app#33

KpiTile + SparklineChart are in, four tiles wired into DashboardView at 3x1, ./mvnw test green (13 tests, two new…

claude-bot created pull request pitfriedrich/chart-app#33 2026-07-28 17:58:19 +00:00
feat: KPI / stat tile widget type (#26)
claude-bot created branch ai/issue-26-kpi-tile in pitfriedrich/chart-app 2026-07-28 17:58:02 +00:00
claude-bot pushed to ai/issue-26-kpi-tile at pitfriedrich/chart-app 2026-07-28 17:58:02 +00:00
21834ec9a0 fix: add KPI tile widget type to the dashboard (#26)
claude-bot commented on issue pitfriedrich/chart-app#23 2026-07-28 17:29:44 +00:00
Incremental chart updates in ApexChart (updateSeries instead of full re-render)

PR: pitfriedrich/chart-app#32

updateData patches the live ApexCharts instance (updateSeries, plus updateOptions only when categories/labels change);…

claude-bot created pull request pitfriedrich/chart-app#32 2026-07-28 17:29:28 +00:00
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
640616c60a fix: update ApexCharts data in place instead of re-rendering (#23)
claude-bot commented on issue pitfriedrich/chart-app#21 2026-07-28 17:17:17 +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"):

  1. Kein ai-ready-Label. Das Issue trägt aktuell nur enhancement. Die…
claude-bot commented on issue pitfriedrich/chart-app#19 2026-07-28 17:13:15 +00:00
Merge DashboardView and GridStackView into a single dashboard

PR: pitfriedrich/chart-app#31

GridStackView is gone; the grid dashboard now lives at @Route("") in DashboardView, with one set of chart factories, the…

claude-bot created pull request pitfriedrich/chart-app#31 2026-07-28 17:13:08 +00:00
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
487c206411 fix: merge GridStackView into DashboardView (#19)
claude-bot opened issue pitfriedrich/chart-app#30 2026-07-28 16:54:55 +00:00
Loading and error states per widget
claude-bot opened issue pitfriedrich/chart-app#29 2026-07-28 16:54:47 +00:00
Extend DialectTheme with more chart types (area, donut, stacked bar, sparkline)
claude-bot opened issue pitfriedrich/chart-app#28 2026-07-28 16:54:39 +00:00
Export widget data as CSV and chart as image