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)

defect

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
Assignee: nobody → cvan
Target Milestone: --- → 2012-08-16
Target Milestone: 2012-08-16 → 2012-08-23
Target Milestone: 2012-08-23 → ---
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)
Assignee: cvan → ashort
Target Milestone: --- → 2012-10-04
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.