feat: enriched speedtest details with latency, ISP, and Ookla link#315
Merged
feat: enriched speedtest details with latency, ISP, and Ookla link#315
Conversation
Adds schema migration for isp, server_host, server_location, server_country, server_ip, ping_low/high, dl/ul latency iqm+jitter, dl/ul bytes+elapsed_ms, external_ip, is_vpn, and result_url columns to speedtest_results. Changes INSERT OR IGNORE to INSERT ... ON CONFLICT DO UPDATE so enriched fields are populated when a result is re-fetched with detail data. get_speedtest_by_id now returns all 18 new fields.
…ests Add ISP, server details, ping low/high, download/upload latency IQM+jitter, byte counts, elapsed times, external IP, VPN flag, and result URL extraction. Two new tests cover full field extraction with rounding and missing-data fallback.
Adds _renderEnrichedDetail() to display ISP, server, latency breakdown, transfer stats and Ookla result link when a speedtest row is expanded. Follows the same lazy-load + cache pattern as the existing signal detail.
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
/api/speedtest/<id>(no bulk payload increase)Test plan
/api/speedtestresponse has no new fields (stays lean)/api/speedtest/<id>response includes all 18 enriched fields