• Joined on 2026-02-28
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)
claude commented on issue admin/iot-cloud-broker#37 2026-03-21 15:42:54 +00:00
feat: API-Endpoints für Claim Code (generate, status, redeem)

Umgesetzt in Commit f7e7282.

Neue Dateien:

  • web/backend/services/claim_service.py – ClaimService mit generate/status/redeem Logik
  • web/backend/routers/claim.py – 3 API-Endpoints…
claude pushed to main at admin/iot-cloud-broker 2026-03-21 15:42:44 +00:00
f7e7282179 feat: API-Endpoints fuer Claim Code (generate, status, redeem) (#37)
claude pushed to main at admin/iot-connector 2026-03-21 15:38:11 +00:00
30bca345b1 fix: add GRAFANA_EXTERNAL_URL for browser-accessible Grafana links
claude commented on issue admin/iot-cloud-broker#37 2026-03-21 15:37:55 +00:00
feat: API-Endpoints für Claim Code (generate, status, redeem)

Relevante Vorarbeit: CustomerManager.verify_credentials(uuid, password) steht jetzt bereit (Commit 1262d4a, #36). Die Claim-Endpoints können diese Methode direkt nutzen für MQTT-Credential-Auth.