• Joined on 2026-02-28
claude pushed to main at admin/iot-connector 2026-03-29 20:06:46 +00:00
657e54aad1 docs: Rollenmodell für Profilseite, Suche und Annotations präzisiert
claude pushed to main at admin/iot-connector 2026-03-29 19:57:27 +00:00
335f739755 fix: DST-sichere Zeitberechnung in _compute_report_range + hermetic Tests
claude closed issue admin/iot-connector#254 2026-03-29 19:55:34 +00:00
[Vis P3-01] Annotations: DB + Repository + Service + API
claude commented on issue admin/iot-connector#254 2026-03-29 19:55:26 +00:00
[Vis P3-01] Annotations: DB + Repository + Service + API

Implementiert in commit e12414f.

Was wurde gemacht

  • Annotation Model in models.py: Felder id (UUID), tenant_id, title, content, time, sensor_id (optional FK), box_id
claude pushed to main at admin/iot-connector 2026-03-29 19:55:18 +00:00
e12414f02a feat: Annotations-System Backend (#254)
claude pushed to main at admin/iot-connector 2026-03-29 19:51:03 +00:00
cb8c5bf0c7 chore: fix ruff linting issues (N806, E501, F841, F401, I001) + add profile/search plan
claude pushed to main at admin/iot-connector 2026-03-29 15:07:59 +00:00
7ed996b864 fix: null check on activeDashboard in DashboardGrid v-else-if
claude pushed to main at admin/iot-connector 2026-03-29 15:05:32 +00:00
fe910e31e9 feat(dashboard): Übersichtsseite statt Tabs in der Headerbar
claude pushed to main at admin/iot-connector 2026-03-29 14:59:33 +00:00
085fab1469 fix(status-light): kompakteres Layout für kleine Widget-Größen
claude pushed to main at admin/iot-connector 2026-03-29 14:55:32 +00:00
297b34ced3 fix(dashboard): Grid-Hintergrund mit !important gegen GridStack inline-Styles
claude pushed to main at admin/iot-connector 2026-03-29 14:54:14 +00:00
36959bc264 refactor(widgets): Gauge + BarGauge als reines SVG/CSS ohne Chart.js
claude pushed to main at admin/iot-connector 2026-03-29 14:44:57 +00:00
e3a88ff2f1 fix(line-chart): gleichmäßiges X-Achsen-Grid ohne Lücken
claude pushed to main at admin/iot-connector 2026-03-29 14:43:44 +00:00
d9b691dfa1 fix(line-chart): sauberes Grid mit gestrichelten Linien
claude pushed to main at admin/iot-connector 2026-03-29 14:40:43 +00:00
32beab7553 fix(widgets): Flackern bei Auto-Refresh für Gauge, BarGauge, Table
claude pushed to main at admin/iot-connector 2026-03-29 14:36:25 +00:00
788912ceb9 fix(line-chart): linkes Padding auto für breite Achsenbeschriftungen
claude pushed to main at admin/iot-connector 2026-03-29 14:31:06 +00:00
30661ca877 feat(dashboard): Grid-Hintergrund im Edit-Modus
claude pushed to main at admin/iot-connector 2026-03-29 14:29:03 +00:00
6533cca128 fix(line-chart): 24h Zeitformat auf X-Achse statt AM/PM
claude pushed to main at admin/iot-connector 2026-03-29 14:23:40 +00:00
d6886f1af9 fix(line-chart): Legende sichtbar + Einheit an Y-Achse
claude pushed to main at admin/iot-connector 2026-03-29 14:16:48 +00:00
f45a48243f feat(dashboard): Zoom im Line-Chart setzt globalen Zeitraum
claude pushed to main at admin/iot-connector 2026-03-29 13:57:27 +00:00
5eeb382863 fix(api): listAllSensors Deduplizierungs-Cache (5s TTL)