Update Item
Update Item
Item Update reuses the create form and loads the current record with useItem(route.params.id, true).
Typical changes on this screen
- item media and name
codeplace_idorstorage_id- status and publish timing
- description, media, and long-form content blocks
Source behavior
- cancel returns to
place-items-manage - create and update stay structurally aligned to reduce data drift
- after major QR or content changes, the record is best re-checked in
Item Detail
When to use it
- Move an item to another place or storage.
- Refresh item content, audio, or video.
- Adjust publishing state when an item is not ready for public use.
Update and create share the same mental model
If you know the create form, you already know most of the update flow. The main difference is that this screen works on a live record with existing tracking implications.

