aprs.me/lib
Graham McIntire 0f8b60c2f4
Reduce cyclomatic complexity in historical packet loader
Extract packet query logic into helper functions:
- query_historical_packets: Main query orchestration with error handling
- build_query_params: Build query parameters with callsign filtering
- maybe_include_latest_packet: Include latest packet for tracked callsigns

This breaks down the complex do_load_historical_batch function.

Co-Authored-By: Graham <noreply@anthropic.com>
2026-02-09 12:06:58 -06:00
..
aprsme Reduce cyclomatic complexity in packet telemetry parsing 2026-02-09 12:02:10 -06:00
aprsme_web Reduce cyclomatic complexity in historical packet loader 2026-02-09 12:06:58 -06:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00