release: v0.13.0 — SFM integration Phase 1
Phase 1 closes the read-only gap between Terra-View and the standalone SFM webapp on port 8200. Operators no longer need to bounce between the two for routine event review. Wraps up four commits shipped this iteration:db8d666settings: add mic_unit_pref for event-report chart1d9fd00event-modal: port 4-channel Chart.js waveform/histogram panels + docker-compose mount fix for SFM container4b2bb9aevent-modal: inline PDF preview + .TXT link + review form2905a32admin_events: wire shared event-detail modal into the page Highlights: - Inline PDF preview via iframe (lazy-loaded; browser-native zoom) - Chart.js 4-channel waveform/histogram in the modal - Review form persisted to sidecar via PATCH - /admin/events row click opens the modal (was port-8200-only) - mic_unit_pref setting (dBL default, psi alternate; chart only) - Cross-modal CustomEvent so host tables refresh on save Phase 2 (device control: start/stop monitoring, push compliance, erase) deferred pending SFM auth layer — see seismo-relay roadmap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
|
||||
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
|
||||
|
||||
# Initialize FastAPI app
|
||||
VERSION = "0.12.1"
|
||||
VERSION = "0.13.0"
|
||||
if ENVIRONMENT == "development":
|
||||
_build = os.getenv("BUILD_NUMBER", "0")
|
||||
if _build and _build != "0":
|
||||
|
||||
Reference in New Issue
Block a user