docs: start update client stories

This commit is contained in:
2025-12-28 23:32:09 +01:00
parent c004aeffa7
commit 2aa04795b3
8 changed files with 68 additions and 6 deletions

View File

@ -0,0 +1,20 @@
ID: TASK_000027 | Version: 0.1.0 | Status: Draft
By: Codex (GPT-5)
# TASK_000027: Update endpoint config
## Outcome
Client kennt Update-Endpoint, Auth und Polling-Konfiguration.
## Story-Bezug
US_000026
## Beschreibung
- Konfigurationskeys definieren (z.B. `SKD_UPDATE_URL`, `SKD_UPDATE_TOKEN`, `SKD_UPDATE_INTERVAL`).
- Default auf `https://update.wlkns.org` festlegen.
- Lesen der Config in Settings/ENV beschreiben.
## Definition of Done (DoD)
- Konfigurations-Keys dokumentiert.
- Default-URL ist festgelegt.
- Client kann Update-Endpoint ueber Konfiguration aufloesen.