Closed
Bug 995305
Opened 11 years ago
Closed 11 years ago
Firefox OS app user rating not showing up
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-10-28
People
(Reporter: fharper, Assigned: mat)
Details
(Whiteboard: [repoman])
One developer I'm working with report to me he got a review on his Firefox OS application [1], but it's not listed on the application page [2], neither in the reviews listing his application [3]. Is this review lost somewhere in the system?
It would be important to find the problem as rating help (or not) developers get more visibility for their applications.
[1] https://marketplace.firefox.com/app/zhongwen-garden/ratings/570672
[2] https://marketplace.firefox.com/app/zhongwen-garden/ratings/570672
[3] https://marketplace.firefox.com/app/zhongwen-garden/ratings/570672
Updated•11 years ago
|
Priority: -- → P2
Version: 1.1 → 2014-Q2
Comment 1•11 years ago
|
||
https://marketplace.firefox.com/app/zhongwen-garden does say "App not yet rated". There is only one version of this app so they aren't for an old version or anything.
| Reporter | ||
Comment 2•11 years ago
|
||
Good point, forgot to add this to my bug report, thanks Wil.
| Assignee | ||
Comment 3•11 years ago
|
||
We denormalize the app reviews count & rating in a task, and use the denormalized values later to check if there are reviews to show. In this case:
mysql> SELECT totalreviews, averagerating FROM addons WHERE app_slug='zhongwen-garden';
+--------------+---------------+
| totalreviews | averagerating |
+--------------+---------------+
| 0 | 0 |
+--------------+---------------+
1 row in set (0.24 sec)
So, either the task didn't kick off, or it is buggy for some reason. I'll investigate a bit.
Assignee: nobody → mpillard
| Assignee | ||
Comment 4•11 years ago
|
||
I manually fixed the app by submitting a review and immediately deleting it, that seems to have done the trick.
I fixed the underlying problem, or what I think is the underlying problem, in https://github.com/mozilla/zamboni/commit/acd2881c1f3d4beeed0fe4dd066448d6fd39abcc
QA:
The original problem is difficult to reproduce, but at least make sure that the following still works:
- Submit an user review for an app with no reviews
- Open a new, separate browser and look at the app detail page, you should see the review in the list
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [repoman]
Target Milestone: --- → 2014-10-28
Comment 5•11 years ago
|
||
Verified as fixed in FF36(Win7) in marketplace-dev.allizom.org
Postfix screencast: http://screencast.com/t/zjUAkZ4cW
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•