aprs.me/lib/aprsme_web/controllers
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
..
api/v1 refactor: Remove CachedQueries and rename optimized functions 2025-07-30 13:17:56 -05:00
page_html refactor to use external parser 2025-06-24 14:22:09 -05:00
error_html.ex Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
error_json.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
info_controller.ex weather fixing 2025-06-25 11:40:04 -05:00
page_controller.ex Fix PgBouncer database connection and graceful shutdown 2025-07-26 15:51:06 -05:00
page_html.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
user_session_controller.ex refactor to use external parser 2025-06-24 14:22:09 -05:00