Workflow: Process Unfinished Objects
Workflow: Process Unfinished Objects
This desktop-optimised workflow lets users quickly complete metadata for objects that were captured via the Batch Create flow and still have status unprocessed.
Flow Steps
- Access Inbox – User navigates to a list filtered for objects whose
statusesincludeunprocessed. - Select Object – Selecting a row opens an Edit Panel displaying the object’s photo(s) and editable fields.
- Enter Details
• Name – required.
• Description – optional.
• Statuses – update as needed (removingunprocessed).
• AI Assist – Auto-describe button sends the main image to an AI endpoint which returns suggested name/description. - Workflow Actions
• Cancel – discard changes, return to list.
• Save – commit changes, removeunprocessed, return to list.
• Save & Next – commit changes then automatically load the next object in the list for rapid data entry.
GraphQL Operations
mutation updateObject(id, input)– updates fields & statuses; optimistic UI update recommended.
Performance Notes
- List should use virtualisation for large object counts.
Save & Nextaction should prefetch the next object’s images for snappy transition.
Open Items / TODO
- Keyboard shortcuts for Save (
⌘+S) and Save-&-Next (⌘+↩︎). - Bulk apply common description template.
- Ability to tag multiple images as main/secondary.