payfrit-works/portal
John Mizerek 9e195b79e0 Add conversational modifier assignment for uncertain modifiers
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>
2026-01-15 15:29:15 -08:00
..
index.html Add menu setup wizard with Claude Vision integration 2026-01-14 16:02:21 -08:00
login.html Add local dev support and fix menu builder API 2026-01-04 22:47:12 -08:00
menu-builder.html Fix modifier move: use Shift key and dataTransfer data instead of effectAllowed 2026-01-14 12:57:34 -08:00
portal.css Show EmployeeStatusID status instead of IsActive flag 2026-01-11 18:01:30 -08:00
portal.js Show EmployeeStatusID status instead of IsActive flag 2026-01-11 18:01:30 -08:00
setup-wizard.html Add conversational modifier assignment for uncertain modifiers 2026-01-15 15:29:15 -08:00
station-assignment.html Add drink modifiers, unified schema improvements, and portal fixes 2026-01-07 20:30:58 -08:00