Add category management: list API, UI integration, and search updates
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2026-05-02 22:47:46 +02:00
parent 1fe56a232b
commit 054a7ad0dd
7 changed files with 324 additions and 11 deletions
+3
View File
@@ -196,6 +196,9 @@ Expected shapes today:
Used for item-level edits from stock detail (for example identifier code updates).
- `GET /{database}/kitchen/locations`
Returns a nested location tree.
- `GET /{database}/kitchen/categories`
Returns categories (paged). Frontend now resolves category labels from
`categories_detail` when present, and falls back to this endpoint by ID.
## Notes