gmal-scope-builder/backend/app/api
Vadym Samoilenko 9596f4231e Fix 504 timeouts on upload/match and broken exports
- Move AI parsing and matching into BackgroundTasks so both endpoints
  return immediately instead of blocking until Claude finishes (~60s+)
- Frontend now polls project status after upload/match POST returns,
  keeping the spinner/progress UI working as before
- Replace <a href> export links with programmatic Axios downloads to fix
  missing /gsb base path and missing auth token (401 in production)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 10:57:34 +01:00
..
__init__.py Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
deps.py Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
gmal.py AI-enhanced GMAL descriptions + matching fixes 2026-03-28 10:12:04 -04:00
ingest.py Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
matching.py Fix 504 timeouts on upload/match and broken exports 2026-03-30 10:57:34 +01:00
projects.py Improve matching, upload UX, collapse fix, full catalog approach 2026-03-27 19:22:08 -04:00
ratecard.py Add AI/Automation efficiency adjustment for team shape 2026-03-28 10:36:44 -04:00