aprs.me/lib
Graham McIntire 072b145e73
Reduce cyclomatic complexity in streaming_packets_pubsub
Extract bounds validation helpers to reduce complexity:

- streaming_packets_pubsub.ex: Extract validation helpers
  Creates all_bounds_numeric?/4, valid_latitude_range?/1,
  valid_longitude_range?/1
  Moves complex boolean conditions into readable helper functions
  Reduces complexity from 13 to within limits

Fixes 1 Credo cyclomatic complexity issue (5 remaining).
2026-02-09 13:16:35 -06:00
..
aprsme Reduce cyclomatic complexity in streaming_packets_pubsub 2026-02-09 13:16:35 -06:00
aprsme_web Reduce cyclomatic complexity in high-complexity functions 2026-02-09 13:15:17 -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