ac-tool/backend/server/api
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
..
__init__.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
admin.py Fix voice recording and add Excel column mapping verification 2026-03-23 19:05:26 +00:00
ai_command.py Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
auth.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
clients.py Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
config.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
dropdowns.py Fix voice recording and add Excel column mapping verification 2026-03-23 19:05:26 +00:00
export.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
jobs.py Fix AI model, Language/Country mapping, and Handsontable rendering 2026-03-23 16:38:38 +00:00
sheets.py Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00