kcg-monitoring/frontend
htlee e6680f6e03 feat: 지진파(USGS) + 기압(Open-Meteo) 수집기 + DB 테이블 설계
Backend:
- SeismicCollector: USGS FDSN API, 이란 bbox, 5분 주기, M2+
- PressureCollector: Open-Meteo API, 이란 5개 관측점, 10분 주기
- Entity: seismic_events, pressure_readings (DB 마이그레이션 004)
- REST: GET /api/sensor/seismic, GET /api/sensor/pressure
- Caffeine 캐시: seismic, pressure (TTL 2일)

Frontend:
- SensorChart 그래프 순서: 지진파 → 기압 → 소음 → 방사선
- 소음/방사선 차트에 (DEMO) 라벨 표시

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 08:05:11 +09:00
..
public feat(frontend): UI 브랜딩 개선 + 배포 설정 정리 2026-03-17 15:50:05 +09:00
src feat: 지진파(USGS) + 기압(Open-Meteo) 수집기 + DB 테이블 설계 2026-03-18 08:05:11 +09:00
eslint.config.js feat: 프론트엔드 모노레포 이관 + signal-batch 연동 + Tailwind/i18n/테마 전환 2026-03-17 13:54:41 +09:00
index.html feat(frontend): UI 브랜딩 개선 + 배포 설정 정리 2026-03-17 15:50:05 +09:00
package-lock.json fix(ci): @rollup/rollup-darwin-arm64 직접 의존성 제거 (플랫폼 호환) 2026-03-17 14:48:45 +09:00
package.json fix(ci): @rollup/rollup-darwin-arm64 직접 의존성 제거 (플랫폼 호환) 2026-03-17 14:48:45 +09:00
tsconfig.app.json feat: 프론트엔드 모노레포 이관 + signal-batch 연동 + Tailwind/i18n/테마 전환 2026-03-17 13:54:41 +09:00
tsconfig.json feat: 프론트엔드 모노레포 이관 + signal-batch 연동 + Tailwind/i18n/테마 전환 2026-03-17 13:54:41 +09:00
tsconfig.node.json feat: 프론트엔드 모노레포 이관 + signal-batch 연동 + Tailwind/i18n/테마 전환 2026-03-17 13:54:41 +09:00
vite.config.ts feat(aircraft): 항공기 백엔드 수집기 구현 + 프론트엔드 전환 2026-03-17 16:50:17 +09:00