aprs.me/lib/aprsme_web/live/map_live
Graham McIntire ca05b497b9
Consolidate 24 packet columns into JSONB data field
Drop 10 dead parser-compat columns (srccallsign, dstcallsign,
origpacket, body, header, alive, posambiguity, symboltable,
symbolcode, messaging) and move 14 display-only columns into a
single `data` JSONB column (PHG, telemetry, radiorange,
information_field, format, posresolution, position_ambiguity,
luminosity, rain_midnight).

Reduces row width from ~70 to ~48 columns. Table is ephemeral
so migration uses DROP/recreate. Also fixes snow_24h -> snow bug
in weather check query and adds null byte stripping for JSONB
string sanitization.
2026-02-20 13:02:47 -06:00
..
bounds_manager.ex clean up warnings 2025-07-16 08:55:46 -05:00
components.ex Fix get_received_at to properly handle Packet structs 2025-10-25 18:43:14 -05:00
data_builder.ex Move client-side logic to server-side LiveView 2026-02-20 08:54:34 -06:00
display_manager.ex Fix code review findings: security, correctness, performance, dead code 2026-02-19 18:49:27 -06:00
historical_loader.ex Optimize historical packet loading by selecting only needed columns 2026-02-20 07:41:14 -06:00
index.ex Fix Credo issues and telemetry Decimal coercion 2026-02-20 09:55:56 -06:00
navigation.ex Remove dead modules, unused deps, and commented-out code 2026-02-20 08:09:22 -06:00
packet_batcher.ex updates with parser updates 2025-08-03 09:19:31 -05:00
packet_processor.ex Batch RF path queries, batch marker removals, and JS callsign index 2026-02-20 09:04:22 -06:00
packet_utils.ex Consolidate 24 packet columns into JSONB data field 2026-02-20 13:02:47 -06:00
popup_component.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00
rf_path.ex Batch push_events, RF path queries, and ETS tuning for hot paths 2026-02-20 08:30:54 -06:00
url_params.ex fix: Resolve majority of dialyzer type errors 2025-07-30 13:30:21 -05:00