aprs.me/lib/aprsme_web
Graham McIntire 41000e3482
Fix remaining nesting depth issues
Extracts nested logic into helper functions to comply with Credo
requirements (max nesting depth 2):

- data_builder.ex: Extract historical packet data building
  (build_historical_packet_data/2)
  Reduces depth 3 -> depth 2

- streaming_packets_pubsub.ex: Extract subscriber filtering and messaging
  (send_to_matching_subscribers/5)
  Removes conditional check by sending cleanup message unconditionally
  (GenServer handles empty list gracefully)
  Reduces depth 3 -> depth 2

- historical_loader.ex: Extract RF path station loading logic
  (maybe_load_rf_path_stations/3)
  Reduces depth 3 -> depth 2

- packet_processor.ex: Extract marker popup logic
  (send_marker_with_popup_check/2)
  Reduces depth 3 -> depth 2

Fixes all 4 remaining Credo nesting depth issues.
All nesting depth issues now resolved (0 remaining).
2026-02-09 12:37:38 -06:00
..
channels Fix additional nesting depth issues across multiple files 2026-02-09 12:32:42 -06:00
components Fix additional nesting depth issues across multiple files 2026-02-09 12:32:42 -06:00
controllers Fix credo warnings and start on design suggestions 2026-02-09 11:23:01 -06:00
live Fix remaining nesting depth issues 2026-02-09 12:37:38 -06:00
plugs Reduce cyclomatic complexity in IP geolocation validation 2026-02-09 12:03:42 -06:00
aprs_symbol.ex Fix additional nesting depth issues across multiple files 2026-02-09 12:32:42 -06:00
endpoint.ex Add info logging for mobile websocket events and filter healthcheck logs 2025-10-25 17:04:59 -05:00
gettext.ex more languages 2025-07-06 10:08:58 -05:00
router.ex feat: Implement direct station URLs with persistent latest packet display 2025-07-30 12:56:05 -05:00
telemetry.ex Fix TelemetryMetricsPrometheus buckets configuration properly 2025-07-27 14:24:25 -05:00
time_helpers.ex improve dialyzer 2025-10-13 10:02:15 -05:00
time_utils.ex improve dialyzer 2025-10-13 10:02:15 -05:00
user_auth.ex Fix credo warnings and start on design suggestions 2026-02-09 11:23:01 -06:00
weather_units.ex Add missing type specifications to improve type safety 2025-07-30 13:40:14 -05:00