Add tests for grouped stock list behavior and improve stock view mode UI and API enhancements
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-12 13:05:14 +02:00
parent 8797726915
commit 569ef1804b
7 changed files with 1235 additions and 272 deletions
+3 -1
View File
@@ -137,7 +137,7 @@ Project-specific operating conventions for future contributors and coding agents
- Active kitchen selection and switching
- Dashboard with quick actions
- Label creation flow with item lookup, location loading, preview, and stock entry creation
- Stock list with search and filters
- Grouped-first stock review with search and overview filters
- Stock detail page with stock adjustment workflow
- PWA manifest, icons, service worker, and offline fallback
@@ -165,6 +165,8 @@ Expected shapes today:
Returns item definitions for autocomplete.
- `GET /{database}/kitchen/items`
Returns the current stock review list.
- `GET /{database}/kitchen/items/grouped?expanded=0|1`
Returns grouped stock data; grouped review uses summary-first loading and hydrates item children in background.
- `GET /{database}/kitchen/items/{uuid_b64}`
Returns one item detail payload.
- `GET /{database}/kitchen/changes`