Closed
Bug 1007800
Opened 12 years ago
Closed 12 years ago
No reviews showing in Marketplace
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-05-13
People
(Reporter: nfong, Assigned: robhudson)
Details
Attachments
(1 file)
|
29.96 KB,
image/png
|
Details |
Repro Steps:
-Open Marketplace
-Change region to Mexico or Brazil
-Search for Line
-Click to view reviews
Actual: No reviews are shown. "This app has no reviews"
Expected: Reviews should be shown
Produced on Helix v1.3
Build ID: 20140131004001
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → jsmith
Priority: -- → P1
Comment 1•12 years ago
|
||
I'm not really the right person to assign here - ask Wil for someone from his team to look into this.
Assignee: jsmith → nobody
Updated•12 years ago
|
Component: Reviewer Tools → Consumer Pages
Comment 2•12 years ago
|
||
When we add a new region to the Marketplace it is considered immature and all calculations (like, determining the popularity list) and reviews are based on a worldwide measure.
Once a region gets enough users to start making those calculations locally relevant (for example, there is now enough traffic to actually determine popularity without wild fluctuations) we'll mark that region as mature and it will begin showing more locally relevant results.
Those two regions were marked mature recently and I suspect they are attempting to only show local reviews but failing. Rob is going to investigate.
Assignee: nobody → robhudson.mozbugs
Comment 3•12 years ago
|
||
Also set your region to UK search for Yelp, Click on reviews you seem to get the same page, Click on reviews again and you get "Oh no! An error occured"
| Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Wil Clouser [:clouserw] from comment #2)
> Those two regions were marked mature recently and I suspect they are
> attempting to only show local reviews but failing. Rob is going to
> investigate.
You're right:
https://github.com/mozilla/zamboni/blob/master/mkt/ratings/views.py#L71-L72
It's trying to JOIN on the client_data but there are no reviews that have a client_data_id -- it's always NULL -- which is why it says there are no reviews.
Should we:
a) Show all reviews instead since we don't have the data to associate ratings per region?
b) Start associated ratings per region and attempt to backfill the data by using the IP address?
| Assignee | ||
Comment 5•12 years ago
|
||
Fixed by removing the region filter for now:
https://github.com/mozilla/zamboni/commit/0d9728f
See bug 1004788 for associating ratings with regions.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-05-13
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Rob Hudson [:robhudson] from comment #5)
> See bug 1004788 for associating ratings with regions.
Actually bug 1004680 might make more sense. :)
Comment 7•12 years ago
|
||
This will go live next Tuesday
Comment 8•12 years ago
|
||
Verified as fixed : http://screencast.com/t/5VCvx9KY8v
Status: RESOLVED → VERIFIED
Comment 9•12 years ago
|
||
hi guys, this is still not working for Colombia
thanks!
Marcos
Comment 10•12 years ago
|
||
It will go live tomorrow
Comment 11•12 years ago
|
||
thanks wil, I had not seen your previous comment saying it was going live on Tuesday
You need to log in
before you can comment on or make changes to this bug.
Description
•