mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-15 03:55:11 +00:00
7856914a56
Backend changes to expose observer IATA per packet/observation: - cmd/server/db.go: SELECT obs.iata in transmissionBaseSQL, grouped query, and getObservationsForTransmissions; v2 schema uses LEFT JOIN observers via observer_id - cmd/server/store.go: extend StoreTx/StoreObs with ObserverIATA; load via initial loadSQL + incremental ingest + observation-only ingest; surface in txToMap, enrichObs, and groupedTxsToPage - cmd/server/types.go: add ObserverIATA to TransmissionResp, ObservationResp, GroupedPacketResp - cmd/server/routes.go: copy observer_iata through mapSliceToTransmissions and mapSliceToObservations Test fixture schemas updated: observers table now declares iata column (matches production schema).