aprs.me/lib/aprsme_web/live/map_live
Graham McIntire e1da1716b1
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 2s
refactor: split MapLive.Index into focused modules
- State (177 lines): mount assigns, defaults, slideover, connection status
- Events (540 lines): 22 handle_event handlers, rate limiting, URL helpers
- Subscriptions (122 lines): PubSub setup, spatial registration, cleanup
- BoundsUpdater (172 lines): bounds pipeline, validation, debouncing
- index.ex: 2,062 -> 1,202 lines (42% reduction)
- Credo: initial_historical_completed, bounds_update_timer added to ignored_assigns
  (consumed by extracted modules, invisible to credo)
- All 361 map_live tests pass across multiple random seeds
- Handoff: marked maintainability #1 as done
2026-07-26 15:30:08 -05:00
..
bounds_updater.ex refactor: split MapLive.Index into focused modules 2026-07-26 15:30:08 -05:00
components.ex Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
data_builder.ex refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
display_manager.ex perf: optimize map LiveView hot paths 2026-06-01 16:49:08 -05:00
events.ex refactor: split MapLive.Index into focused modules 2026-07-26 15:30:08 -05:00
historical_loader.ex Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
index.ex refactor: split MapLive.Index into focused modules 2026-07-26 15:30:08 -05:00
navigation.ex refactor: pattern-match over conditionals in Navigation and InsertOptimizer 2026-04-23 13:38:24 -05:00
packet_batcher.ex refactor: harden packet delivery and operations 2026-07-26 13:11:26 -05:00
packet_processor.ex perf: optimize map LiveView hot paths 2026-06-01 16:49:08 -05:00
packet_utils.ex Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
popup_component.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00
rf_path.ex Batch push_events, RF path queries, and ETS tuning for hot paths 2026-02-20 08:30:54 -06:00
state.ex refactor: split MapLive.Index into focused modules 2026-07-26 15:30:08 -05:00
subscriptions.ex refactor: split MapLive.Index into focused modules 2026-07-26 15:30:08 -05:00
url_params.ex chore(dialyzer): enable stricter flags and fix 97 resulting findings 2026-04-21 10:07:01 -05:00