o2o-triple-pick/backend/app/services
hbyang c77d014a01 Fix auto-settle for non-Group-A: map results by TLA, not full name
_results_football_data resolved team codes via code_for(full name), which
only covered Group A teams, so FINISHED matches in other groups (e.g.
Canada vs Bosnia-Herzegovina) were silently dropped and never settled.
Use tla -> code_for_tla (same as schedule ingestion; covers all 48), with
full-name fallback. Verified: source FINISHED 2 -> 3, CAN-BIH settles 1-1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 10:58:33 +09:00
..
__init__.py Refactor: Next.js+Firebase → React(Vite) + FastAPI + PostgreSQL 2026-06-10 13:04:35 +09:00
ai.py Diversify AI predictions via per-model analyst personas 2026-06-12 17:33:59 +09:00
email.py mail config 적용 . 2026-06-11 09:21:10 +09:00
grading.py 포인트 시스템 추가, 프론트 국기 반영 2026-06-10 15:11:56 +09:00
points.py 포인트 시스템 추가, 프론트 국기 반영 2026-06-10 15:11:56 +09:00
schedule_fetch.py Fix auto-settle for non-Group-A: map results by TLA, not full name 2026-06-13 10:58:33 +09:00
schedule_sync.py Load all 12 groups' schedule (72 matches) + Naver-style schedule UI 2026-06-12 14:56:24 +09:00