Add tests for grouped stock list behavior and improve stock view mode UI and API enhancements
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user