Skip to content

applets/weather: Only show wetter.com results as a fallback

Ismael Asensio requested to merge work/iasensio/weather-demote-wettercom into master

applets/weather: Promote search results from services with better quality

To help users choose a better provider when available, let's place
their search results in the top positions

CCBUG: 389766

applets/weather: Only show wetter.com results as a fallback

The provider "wetter.com" does not provide current weather status,
just a 3-day forecast, resulting in a less useful experience
and bug reports about its "missing data".

On the other hand, it has the largest coverage, so let's offer
those results only when no other provider found a location
that matches the search.

BUG: 389766
FIXED-IN: 6.2

BEFORE (random sorting) AFTER
Screenshot_20240613_124931 Screenshot_20240615_034128.png

CCBUG: 389766

While at it, added an extra clean-up commit:

  • Fix QML warning about implicit parameters on signal handlers
  • Remove spammy debug with the list of stations found
Edited by Ismael Asensio

Merge request reports