https://bugs.kde.org/show_bug.cgi?id=513139

Alexander Wilms <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Alexander Wilms <[email protected]> ---
The star ratings use application.rating.sortableRating, the ODRS rating that
includes all reviews, including filtered ones with Wilson Score dampening
applied.

The review distribution bars only show the reviews that were actually fetched
and pass the shouldShow filter:

const bool shouldShow = usefulFavorable >= usefulNegative * 2 &&
review.value(QLatin1StringView("reported")).toInt() < 4;

https://invent.kde.org/plasma/discover/-/blob/ba9e95005a2256d2b993b51645484191a2c6c76b/libdiscover/appstream/OdrsReviewsJob.cpp#L132

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to