planning: add update v1 tasks

This commit is contained in:
2025-12-30 17:25:32 +01:00
parent f639e3c56a
commit fde2825112
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
ID: TASK_000041 | Version: 0.1.5 | Status: Draft
By: Codex (GPT-5)
# TASK_000041: v1 Endpunkte im Update-Client umstellen
## Outcome
Manifest, Artefakt-Download und Status-Reporting laufen ueber die v1 Endpunkte des Update-Services.
## Story-Bezug
US_000035
## Beschreibung
- Manifest: GET /v1/projects/{project_id}/manifest.
- Artifact: GET /v1/projects/{project_id}/releases/{version}/artifact.
- Status: POST /v1/projects/{project_id}/status mit neuem Payload.
- Auth: Bearer Token ist Pflicht fuer alle Requests.
- project_id ist fix: safe-kiddo-control.
## Definition of Done (DoD)
- Update-Client nutzt v1 Endpunkte fuer alle Requests.
- Status-Payload entspricht dem neuen Schema.
- Fehlermeldungen sind klar und retry-faehig.