ac-tool/backend/server
Vadym Samoilenko 8882286146 Fix voice recording and add Excel column mapping verification
- Voice: switch CommandBar from PTT (hold) to toggle mode (click), update
  to use new useSpeechRecognition toggle/listening API with auto-restart
- Mapping detection: new detect_excel_mapping() reads row 1 headers and
  auto-detects name/status/media columns via keyword matching
- Mapping endpoints: POST /api/admin/dropdowns/detect-mapping and
  /api/admin/clients/{id}/dropdowns/detect-mapping
- Upload/preview now accept name_col/status_col/media_col form fields to
  apply a confirmed mapping override
- Frontend: ColumnMappingStep component shows detected columns + 5-row
  sample for confirmation before upload
- AdminDropdownsPage and AdminClientsPage use 3-stage flow:
  detect → confirm mapping → preview all → apply

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 19:05:26 +00:00
..
api Fix voice recording and add Excel column mapping verification 2026-03-23 19:05:26 +00:00
auth Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
jobs Fix model config alignment and improve error messaging 2026-03-23 15:33:54 +00:00
runners Fix model config alignment and improve error messaging 2026-03-23 15:33:54 +00:00
sheets Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
ws Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
__init__.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
app.py Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
config_runtime.py Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00