Ktor Server: REST-API Endpoints (Sync & CRUD) #42
Labels
No labels
block-planning
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
infrastructure
invalid
planning
priority:high
priority:low
question
refactoring
status:backlog
status:done
status:in-progress
status:todo
tech-decision
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bollwerkadmin/bollwerk#42
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: REST-API Endpoints fuer Inventar-Synchronisierung
Part of: #11
Depends on: #41
Ziel
Der Ktor-Server bietet REST-Endpoints, ueber die ein Client das komplette Inventar abrufen und synchronisieren kann.
Scope
routing {})GET /api/inventory- Vollstaendiges Inventar als JSON abrufenPUT /api/inventory- Inventar vollstaendig ersetzen (Full-Sync)GET /api/health- Health-Check (bereits aus #40, ggf. erweitern)Technische Hinweise
InventoryDtowird als Request/Response-Body verwendetAkzeptanzkriterien
Abgeschlossen (2025-05-14)
Zyklen: 2 (1 Fix-Zyklus für Kompilierungsfehler + Test-Fixes)
Tests: ✅ 12 Tests, 0 Fehler (8 Endpoint-Tests + 4 Repository-Tests)
Implementierte Artefakte