kcg-ai-monitoring/prediction
htlee 5c804aa38f feat(backend): 워크플로우 연결 Step 1 — 백엔드 기반 확장
- V018 마이그레이션: prediction_events.features JSONB 컬럼 추가
- VesselAnalysis 직접 조회 API 5개 신설 (/api/analysis/*)
  - vessels 목록 (필터: mmsi, zone, riskLevel, isDark)
  - vessels/{mmsi} 최신 분석 (features 포함)
  - vessels/{mmsi}/history 분석 이력
  - dark 베셀 목록 (MMSI 중복 제거)
  - transship 의심 목록
- PredictionEvent entity에 features JSONB 필드 추가
- EnforcementController vesselMmsi 필터 파라미터 추가
- event_generator.py INSERT에 features 컬럼 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 10:43:53 +09:00
..
algorithms feat(prediction): dark 의심 점수화 + transship 베테랑 관점 재설계 2026-04-09 07:42:15 +09:00
cache feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
chat feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
data feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
db fix: prediction e2e — 누락 테이블 12개 + 컬럼 매핑 + NUMERIC precision 통합 수정 2026-04-07 15:00:29 +09:00
models fix(prediction): features JSONB 중첩 구조 sanitize 2026-04-09 07:56:04 +09:00
output feat(backend): 워크플로우 연결 Step 1 — 백엔드 기반 확장 2026-04-09 10:43:53 +09:00
pipeline feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
scripts docs: prediction 2차 개편 릴리즈 노트 + hourly snapshot 스크립트 2026-04-09 09:55:46 +09:00
tests feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
config.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
env.example feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
fleet_tracker.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
main.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
requirements.txt feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00
scheduler.py feat(prediction): dark 의심 점수화 + transship 베테랑 관점 재설계 2026-04-09 07:42:15 +09:00
time_bucket.py feat: S2 prediction 분석 엔진 모노레포 이식 2026-04-07 12:56:51 +09:00