V2-4-2: FastAPI 대시보드 (읽기 전용) #96

Closed
opened 2026-02-08 00:57:06 +09:00 by agentson · 0 comments
Collaborator

요약

  • 플레이북/성적표/성과/컨텍스트 조회 API 추가.

변경

  • 신규: src/dashboard/init.py, src/dashboard/app.py, src/dashboard/static/index.html
  • tests/test_dashboard.py (~20).

엔드포인트

  • /api/status
  • /api/playbook/{date}?market=KR
  • /api/scorecard/{date}?market=KR
  • /api/performance?market=all
  • /api/context/{layer}
  • /api/decisions?market=KR
  • /api/scenarios/active?market=US

검증

  • pytest tests/test_dashboard.py -v
요약 - 플레이북/성적표/성과/컨텍스트 조회 API 추가. 변경 - 신규: src/dashboard/__init__.py, src/dashboard/app.py, src/dashboard/static/index.html - tests/test_dashboard.py (~20). 엔드포인트 - /api/status - /api/playbook/{date}?market=KR - /api/scorecard/{date}?market=KR - /api/performance?market=all - /api/context/{layer} - /api/decisions?market=KR - /api/scenarios/active?market=US 검증 - pytest tests/test_dashboard.py -v
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#96