Closed
Bug 763699
Opened 12 years ago
Closed 12 years ago
For mature regions, only show reviews from that region
Categories
(Marketplace Graveyard :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-10-04
People
(Reporter: clouserw, Assigned: ashort)
References
Details
Just as we do for popularity rankings, local reviews are more relevant to users. If a region is mature we should only show ratings and reviews that were added in that particular region.
Spec: https://wiki.mozilla.org/Marketplace/Features/Country_Stores
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → cvan
Target Milestone: --- → 2012-08-16
Updated•12 years ago
|
Target Milestone: 2012-08-16 → 2012-08-23
Reporter | ||
Updated•12 years ago
|
Target Milestone: 2012-08-23 → ---
Comment 1•12 years ago
|
||
If the ClientData model is working as expected this should be a matter of filtering the rating in the appropriate mkt/ratings views and detail-page view.
if not request.REGION.adolescent:
reviews = product.reviews.filter(client_data__region=request.REGION.id)
Reporter | ||
Updated•12 years ago
|
Assignee: cvan → ashort
Target Milestone: --- → 2012-10-04
Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•