ac-tool/backend
Vadym Samoilenko 6c93915768 Add custom CSV export template (per-client, per-user, global)
- Backend: export template system with priority chain:
  client template > user template > global template > built-in default
- New /api/export/template endpoints for any logged-in user (GET/POST/DELETE)
- Admin endpoints for global and per-client export templates
- detect_csv_template() auto-maps CSV headers to internal fields
- Frontend: ExportTemplateEditor component (upload CSV → map columns → save)
- AdminClientsPage: export template section per client card
- SheetPage: ⚙ button next to "Export CSV" opens inline template editor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 19:29:22 +00:00
..
core Revert Google model to gemini-3.1-pro-preview 2026-03-23 15:53:12 +00:00
data Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
prompts Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
server Add custom CSV export template (per-client, per-user, global) 2026-03-23 19:29:22 +00:00
.gitignore Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
hypercorn.toml Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
requirements.txt Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_server.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00