aprs.me/lib/aprsme_web
Graham McIntire d033e8af76
Eliminate complexity 72 monster in info_live/show.ex
Refactor decode_path_element from 217 lines with complexity 72 to clean helpers:
- Add @q_constructs module attribute with all 39 Q-construct descriptions
- Extract decode_wide_element/1 for WIDE digipeater patterns
- Extract decode_trace_element/1 for TRACE digipeater patterns
- Extract decode_relay_element/1 for RELAY digipeater patterns
- Extract decode_tcpip_element/1 for TCPIP gateway patterns
- Main function now has simple map lookup and pattern-based routing

Reduced from 217 lines to 66 lines while improving readability and maintainability.

Co-Authored-By: Graham <noreply@anthropic.com>
2026-02-09 12:20:45 -06:00
..
channels Fix remaining warning and design suggestion 2026-02-09 11:49:51 -06:00
components Remove all external dependencies and Sentry integration 2025-10-03 12:53:47 -05:00
controllers Fix credo warnings and start on design suggestions 2026-02-09 11:23:01 -06:00
live Eliminate complexity 72 monster in info_live/show.ex 2026-02-09 12:20:45 -06:00
plugs Reduce cyclomatic complexity in IP geolocation validation 2026-02-09 12:03:42 -06:00
aprs_symbol.ex Reduce cyclomatic complexity in aprs_symbol and database_metrics 2026-02-09 11:59:46 -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