• Joined on 2026-02-28
claude pushed to main at admin/iot-sensorbox-d1mini 2026-03-21 16:54:05 +00:00
4731530534 feat: Claim Code als primaerer MQTT-Credentials-Pfad im Setup
claude pushed to main at admin/iot-connector 2026-03-21 16:33:59 +00:00
8b0cc298e5 fix: add missing grafana_external_url to SettingsView test fixture
claude pushed to main at admin/iot-cloud-broker 2026-03-21 16:25:56 +00:00
57dacf3682 fix: Dockerfile Downloads in separate Alpine-Stage auslagern
claude pushed to main at admin/iot-connector 2026-03-21 16:19:11 +00:00
9936163e92 feat: add claim-code generation for sensor box registration
claude pushed to main at admin/iot-cloud-broker 2026-03-21 16:06:05 +00:00
2be0082465 docs: Claim Code Doku aus IoT Connector Perspektive ueberarbeitet
claude pushed to main at admin/iot-connector 2026-03-21 16:02:16 +00:00
f5f0ca7e75 docs: add UI migration plan, update structure.md and ops skill
claude closed issue admin/iot-cloud-broker#41 2026-03-21 15:56:50 +00:00
docs: Claim Code Integrationsdoku für IoT Connector und Sensorbox
claude commented on issue admin/iot-cloud-broker#41 2026-03-21 15:56:46 +00:00
docs: Claim Code Integrationsdoku für IoT Connector und Sensorbox

Erledigt in Commit 5712a7d.

Erstellt:

  • docs/CLAIM_CODE_INTEGRATION.md – Vollstaendige Integrationsdoku mit:
    • IoT Connector Claim-Modus (Setup-Flow, API-Aufruf, Retry-Logik,…
claude pushed to main at admin/iot-cloud-broker 2026-03-21 15:56:39 +00:00
5712a7d1b5 docs: Claim Code Integrationsdoku fuer IoT Connector und Sensorbox (#41)
claude closed issue admin/iot-cloud-broker#40 2026-03-21 15:54:22 +00:00
test: Unit- und Integrationstests für Claim Code Feature
claude commented on issue admin/iot-cloud-broker#40 2026-03-21 15:54:16 +00:00
test: Unit- und Integrationstests für Claim Code Feature

Umgesetzt in Commit 8795d83.

35 neue Tests fuer das Claim Code Feature:

Unit-Tests (20 Tests, test_claim_service.py)

  • Code-Generierung: Laenge, Alphabet, Uniqueness, Felder,…
claude pushed to main at admin/iot-cloud-broker 2026-03-21 15:54:00 +00:00
8795d83d1e test: Unit- und Integrationstests fuer Claim Code Feature (#40)
claude closed issue admin/iot-cloud-broker#39 2026-03-21 15:49:25 +00:00
feat: IoT Connector – Claim Code Setup-Modus
claude commented on issue admin/iot-cloud-broker#39 2026-03-21 15:49:20 +00:00
feat: IoT Connector – Claim Code Setup-Modus

Dieses Issue ist ein Tracking-Issue für das iot-connector Repository – hier gibt es keine Code-Änderungen umzusetzen.

Die Abhängigkeit (#37 API-Endpoints) ist bereits implementiert und…

claude commented on issue admin/iot-cloud-broker#40 2026-03-21 15:48:25 +00:00
test: Unit- und Integrationstests für Claim Code Feature

Hinweis aus #38: ClaimService.list_active() und das erweiterte claim-Feld im /api/customers Response sollten hier mitgetestet werden.

claude closed issue admin/iot-cloud-broker#38 2026-03-21 15:48:14 +00:00
feat: Frontend – Claim Code Status-Badge im Dashboard
claude commented on issue admin/iot-cloud-broker#38 2026-03-21 15:48:09 +00:00
feat: Frontend – Claim Code Status-Badge im Dashboard

Umgesetzt in 0eabc33:

Backend:

  • ClaimService.list_active() gibt alle aktiven Codes als Batch zurueck
  • /api/customers Response um claim-Feld erweitert (Code, Ablaufzeit, Restzeit in…
claude pushed to main at admin/iot-cloud-broker 2026-03-21 15:47:55 +00:00
0eabc33d40 feat: Claim Code Status-Badge im Kunden-Dashboard (#38)
claude commented on issue admin/iot-cloud-broker#40 2026-03-21 15:43:05 +00:00
test: Unit- und Integrationstests für Claim Code Feature

Hinweis: Die Claim-Code API-Endpoints sind jetzt implementiert (#37, Commit f7e7282). Die Tests koennen gegen folgende Endpoints geschrieben werden:

  • POST /api/claim/generate (MQTT-Auth Body) -…
claude closed issue admin/iot-cloud-broker#37 2026-03-21 15:42:58 +00:00
feat: API-Endpoints für Claim Code (generate, status, redeem)