o2o-triple-pick/backend/app
jwkim 4246ad6936 Add data-driven AI predictions via API-Football
- football_data.py: 수집·캐싱·데이터블록 조립 (48팀 ID/FIFA랭킹)
- FootballCache 테이블: 폼·H2H·스쿼드 캐시 (외부 DB)
- 프롬프트에 랭킹·폼·H2H·스쿼드·WC실제결과 주입
- 키 없으면 기존(이름만) 동작 폴백, 무료 한도 점진 수집
2026-06-15 15:49:34 +09:00
..
routers Load all 12 groups' schedule (72 matches) + Naver-style schedule UI 2026-06-12 14:56:24 +09:00
services Add data-driven AI predictions via API-Football 2026-06-15 15:49:34 +09:00
__init__.py Refactor: Next.js+Firebase → React(Vite) + FastAPI + PostgreSQL 2026-06-10 13:04:35 +09:00
config.py Add data-driven AI predictions via API-Football 2026-06-15 15:49:34 +09:00
database.py docker compose 수정 , 2026-06-10 15:23:05 +09:00
domain.py Open voting for all groups by D-2 time + 30h-ahead AI gen; misc fixes 2026-06-12 16:43:28 +09:00
main.py feat(stats): 일별 방문자 집계 추가 2026-06-11 17:31:23 +09:00
models.py Add data-driven AI predictions via API-Football 2026-06-15 15:49:34 +09:00
regenerate_ai.py perf(ai): 자동 생성은 비어있는 예측만 채우도록(기존 보존) 2026-06-11 16:17:12 +09:00
schedule_data.py Voting opens at D-5 (120h before kickoff), was D-2 2026-06-12 17:24:29 +09:00
schemas.py Load all 12 groups' schedule (72 matches) + Naver-style schedule UI 2026-06-12 14:56:24 +09:00
scoring.py 포인트 시스템 추가, 프론트 국기 반영 2026-06-10 15:11:56 +09:00
seed.py Refactor: Next.js+Firebase → React(Vite) + FastAPI + PostgreSQL 2026-06-10 13:04:35 +09:00
seed_data.py Refactor: Next.js+Firebase → React(Vite) + FastAPI + PostgreSQL 2026-06-10 13:04:35 +09:00
teams_data.py Load all 12 groups' schedule (72 matches) + Naver-style schedule UI 2026-06-12 14:56:24 +09:00
worker.py Add data-driven AI predictions via API-Football 2026-06-15 15:49:34 +09:00