Closed
Bug 296599
Opened 20 years ago
Closed 20 years ago
wrong calculation of rating of themes
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 291413
People
(Reporter: marco.troost, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050523 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050523 Firefox/1.0+ The calculation of top rated themes is faulty. The amount of reviews hasn't been taken into account. e.g. A theme with two positive reviews will always 'win' from a review with dozens of reviews. The really cool themes (like noia, abstract, pimpzilla) will receive a lower position in the list in favor of a theme with less fans. Reproducible: Always Steps to Reproduce: 1.- 2. 3. Actual Results: - Expected Results: - a query like "SELECT themes ORDER BY rating DESC" isn't enough, it should be combined with something like "SELECT themes ORDER BY amount_of_reviews DESC". (i'm no mysql genius)
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 291413 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•