aprs.me/lib/aprsme_web/live/weather_live
Graham McIntire 41c148650d
refactor: Remove CachedQueries and rename optimized functions
- Remove all CachedQueries usage throughout the codebase
- Replace with direct Packets module calls
- Delete CachedQueries module entirely
- Rename get_recent_packets_optimized to get_recent_packets
- Add has_weather_packets? function to Packets module
- Fix duplicate function definitions
- Update all test references to use new function names

This simplifies the codebase by removing the caching layer and
eliminates the database ownership errors in tests.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 13:17:56 -05:00
..
callsign_view.ex refactor: Remove CachedQueries and rename optimized functions 2025-07-30 13:17:56 -05:00
callsign_view.html.heex Bundle all vendor JavaScript files locally instead of loading from CDNs 2025-07-21 09:52:39 -05:00