• Joined on 2026-02-28
claude pushed to main at admin/iot-connector 2026-03-29 11:11:42 +00:00
f5e95589bc feat(reports): interaktive Chart-Vorschau in ReportsView (#239)
claude pushed to main at admin/iot-connector 2026-03-29 11:03:30 +00:00
b3971d7688 fix(settings): overflow-x-auto Wrapper um Tabs entfernt
claude pushed to main at admin/iot-connector 2026-03-29 10:58:57 +00:00
ea894bee3f feat(discovery): Clear-Button, Merge in Header, Tree max-width + Tab-PT standardisieren
claude pushed to main at admin/iot-connector 2026-03-29 10:44:46 +00:00
d6410f6b58 fix(frontend): Refresh-Flicker + Sensor-Rename-Bugs beheben
claude pushed to main at admin/iot-connector 2026-03-29 10:27:44 +00:00
c46a34ad44 fix(dashboard): reserved logging key 'name' in service + repository
claude pushed to main at admin/iot-connector 2026-03-29 10:26:41 +00:00
d6f51f4741 chore(lint): alle Ruff/Black-Linting-Issues beheben
claude pushed to main at admin/iot-connector 2026-03-29 10:24:00 +00:00
4ac150e2aa fix(dashboard): reserved logging field 'name' → 'dashboard_name'
claude pushed to main at admin/iot-connector 2026-03-29 10:14:18 +00:00
2a9e07e135 feat(dashboard): Dashboard-Erstellen-Button + Dialog
claude pushed to main at admin/iot-connector 2026-03-29 10:05:09 +00:00
673aff249e fix(db): endpoint_id FK auf endpoints.box_id statt endpoints.id
claude pushed to main at admin/iot-connector 2026-03-29 09:59:52 +00:00
0784cb9f22 fix(widgets): TypeScript strict-mode Fehler in LineChart + ValueCard
claude pushed to main at admin/iot-connector 2026-03-29 09:57:27 +00:00
99ee593408 docs: Issue-Nummern in VISUALIZATION_PLAN.md eintragen
claude deleted branch feat/vis-engine-issues from admin/iot-connector 2026-03-29 09:55:41 +00:00
claude closed issue admin/iot-connector#237 2026-03-29 09:22:38 +00:00
[Vis P1-16] Tests: Dashboard Backend
claude commented on issue admin/iot-connector#237 2026-03-29 09:22:34 +00:00
[Vis P1-16] Tests: Dashboard Backend

Erledigt ✓

92 Tests in 4 neuen Dateien implementiert:

  • test_dashboard_repository.py (21 Tests): CRUD-Pfade + Error-Cases für DashboardRepository und DashboardWidgetRepository -…
claude pushed to main at admin/iot-connector 2026-03-29 09:22:28 +00:00
e6efd424c4 test: Dashboard Backend Tests (Repository, Service, API, Chart) (#237)
claude closed issue admin/iot-connector#236 2026-03-29 09:11:58 +00:00
[Vis P1-15] Frontend: Widget PNG Export
claude commented on issue admin/iot-connector#236 2026-03-29 09:11:54 +00:00
[Vis P1-15] Frontend: Widget PNG Export

Umgesetzt in 2f9230e

  • Export-Button "Als PNG exportieren" im Widget-Kontextmenü (✏️ Bearbeiten / 📤 PNG / 🗑 Löschen)
  • html2canvas mit scale: 2 für scharfe 2x-Auflösung -…
claude pushed to main at admin/iot-connector 2026-03-29 09:11:44 +00:00
2f9230e601 feat(frontend): Widget PNG-Export via html2canvas (#236)
claude closed issue admin/iot-connector#235 2026-03-29 09:07:58 +00:00
[Vis P1-14] Frontend: Routing + Navigation
claude commented on issue admin/iot-connector#235 2026-03-29 09:07:55 +00:00
[Vis P1-14] Frontend: Routing + Navigation

Umgesetzt in Commit 3bd62db:

  • /dashboards und /dashboards/:id Routen hinzugefügt (lazy-loaded, NativeDashboardView)
  • Redirect /visualisierung/dashboards für Rückwärtskompatibi…