aprs.me/lib/aprsme_web/live/map_live
Graham McIntire 93c3fe0f19
feat: improve APRS map with beacon filtering, error handling, and performance optimizations
- Filter APRS built-in beacon patterns (WIDE, TRACE, RELAY, etc.) from RF paths
- Add comprehensive error recovery for database query failures
- Implement memory management with packet limits to prevent unbounded growth
- Add loading state indicators with progress tracking
- Increase debounce timing and add generation-based request cancellation
- Refactor code to use pattern matching instead of conditionals
- Add input validation for callsigns
- Fix all credo and compilation warnings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 09:42:29 -05:00
..
index.ex feat: improve APRS map with beacon filtering, error handling, and performance optimizations 2025-07-14 09:42:29 -05:00
map_helpers.ex refactor and performance improvements 2025-07-10 10:53:34 -05:00
packet_utils.ex main map improvements 2025-07-13 14:58:13 -05:00
popup_component.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00