Closed
Bug 417442
Opened 18 years ago
Closed 18 years ago
Implement a consistent rating scheme
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.2
People
(Reporter: stephend, Assigned: morgamic)
References
Details
Attachments
(1 file)
|
1.07 KB,
application/octet-stream
|
Details |
https://remora-reskin.stage.mozilla.com/en-US/firefox/addon/5202 has rating values ranging from 1-5.
Its review page, https://remora-reskin.stage.mozilla.com/en-US/firefox/reviews/add/1865, has values, ranging from 0-10 (oh, and a default value of 5--fligtar makes the poignant comment that we shouldn't have any value pre-selected in https://bugzilla.mozilla.org/show_bug.cgi?id=417417#c1).
We should be consistent in the range of values we offer, obviously.
| Assignee | ||
Comment 1•18 years ago
|
||
The add-on manager uses 5 stars, we should probably do the same, so we'll have to convert the rating system to 5/5 from 10/10.
Thanks for filing the bug. Also agree that we shouldn't have a default rating.
Comment 2•18 years ago
|
||
Note, in my themes I made the display of the 10 level scoring visible, like a 9 becomes 4½ stars.
| Assignee | ||
Comment 5•18 years ago
|
||
We'll have to go with rating/2 then editing the review forms. Stars I'm guessing will be rounded to the nearest star...
| Assignee | ||
Comment 6•18 years ago
|
||
update reviews set rating = rating/2 where rating > 0 and rating is not null;
That fixes the review ratings column. The rating cron would fix this in one pass once the values are reduced.
Aside from that, the review form would have to be set to 5 instead of 10...
Status: NEW → ASSIGNED
Comment 7•18 years ago
|
||
What is the ETA on the API returning the new values from this? I was hoping to make the change for b5 since if we make it afterwards b5 users will see half ratings for everything. I have the patch all ready my side.
Comment 8•18 years ago
|
||
Comment 9•18 years ago
|
||
The API patch and the change to the production database need to be made at the same time. This is ready to go at my end - any chance tonight?
Comment 10•18 years ago
|
||
API stuff committed in r11375.
The current plan is to push this and the database change Thursday as part of the 3.2 migration. The Addons Mgr changes are in b5 which goes into code freeze tonight - in the intervening couple of days nightly builds will show incorrect ratings. Not a huge deal and it was the only way we can really synchronize this.
Comment 12•18 years ago
|
||
morgamic, laura: Is this fixed? I believe so.
| Assignee | ||
Comment 13•18 years ago
|
||
Both fixed, I ran the SQL and the API was updated shortly after 3.2.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 14•18 years ago
|
||
Verified FIXED; haven't seen nor heard of any problems with this post-launch.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•