Conversation
…, batch queries - Add cloudcover, windgust, precip elements to VC API requests and models - Verify NWS May 2025 endpoint compatibility (all current, added tests) - Wire VC air quality (aqius, pollutants) as fallback for Open-Meteo - Add optional timelinellx low-latency endpoint support - Add batch location query support for VC forecast Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…rm into production - Wire VC air quality as fallback in enrichment pipeline when Open-Meteo has no AQ data - Add vc_use_low_latency setting and pass through to VC client instantiation - Add pre_warm_batch() and use it in UI cache pre-warming for multiple locations via VC batch endpoint Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…ting Replace vc_use_low_latency setting with automatic behavior: always try the low-latency timelinellx endpoint first and sticky-fallback to the standard timeline endpoint on 404/5xx. No user configuration needed. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Wire new VC weather elements into the presentation layer: - Current conditions: cloud cover %, wind gusts, precipitation amount - Daily forecast: cloud cover, wind gusts, precip amount (detailed mode) - Hourly forecast: cloud cover, wind gusts, precip amount (detailed mode) - Fallback text includes all new fields for screen reader accessibility Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…allback - Add tests for cloud cover, wind gust, precipitation display metrics across all unit preferences (F, C, both) - Add tests for pre_warm_batch: empty list, VC batch + individual, no VC fallback, batch failure, single location skip - Add tests for enrichment VC AQ fallback: called when AQ null, failure handling, skip when AQ present - Add tests for VC batch query error paths and single-location fallback - Move tests from test_coverage_gaps.py to properly named files Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
get_air_quality()to VC client and wire it as automatic fallback in the enrichment pipeline when Open-Meteo AQ data is unavailabletimelinellxendpoint first, with sticky fallback to standardtimelineon failure - no user config neededget_forecast_batch()for multi-location VC forecasts in a single API call, wired into cache pre-warming for faster location switchingTest plan
🤖 Generated with Claude Code