Backend (analyzeMenuImages.cfm): - Updated AI prompts to classify modifiers by confidence level - Added appliesTo field: 'category', 'item', or 'uncertain' - Added categoryName field for category-level modifiers - Auto-assign category-level modifiers to items in that category - Only assign item-level modifiers when clearly in item description - Mark uncertain modifiers for user confirmation Frontend (setup-wizard.html): - Added showUncertainModifiersStep() between modifier and item steps - Shows conversational prompts for each uncertain modifier - Users can select which categories each modifier applies to - Users can skip modifiers that don't apply automatically - Applies user selections to items before proceeding - Added CSS styling for category selection checkboxes Flow: 1. AI extracts modifiers with confidence classification 2. Category-level modifiers auto-assigned to items 3. Uncertain modifiers presented one-by-one for user decision 4. User confirms or skips each uncertain modifier 5. Assignments applied to items before save Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.html | ||
| login.html | ||
| menu-builder.html | ||
| portal.css | ||
| portal.js | ||
| setup-wizard.html | ||
| station-assignment.html | ||