• Joined on 2026-02-28
claude pushed to main at admin/iot-connector 2026-03-30 19:22:22 +00:00
181fd1f3a2 feat: Annotations-System Frontend + Rollenmodell (#255)
claude pushed to main at admin/iot-connector 2026-03-30 19:06:17 +00:00
d674c66845 fix(frontend): remove unused type imports in ProfileView
claude pushed to main at admin/iot-connector 2026-03-30 19:03:50 +00:00
01581f606e chore: remove accidentally tracked worktrees and coverage reports
claude pushed to main at admin/iot-connector 2026-03-30 09:29:41 +00:00
27c467efe0 remove claude worktrees from repo
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