Closed
Bug 948192
Opened 9 years ago
Closed 9 years ago
[IARC] optimize content ratings in app resource
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-01-14
People
(Reporter: kngo, Assigned: kngo)
References
Details
(Whiteboard: [qa-])
Rather than having: 'content_ratings': { 'us': <ESRB_RATING>, 've': <ESRB_RATING>, 'sp': <PEGI_RATING>, 'it': <PEGI_RATING> } Trim to: 'region_rating_bodies': { 'us': 'esrb', 've': 'esrb', 'sp': 'pegi', 'it': 'pegi', ... }, 'content_ratings': { 'esrb': <ESRB_RATING>, 'pegi': <PEGI_RATING>, 'generic': <GENERIC_RATING }
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kngo
Priority: P3 → P1
Assignee | ||
Updated•9 years ago
|
Severity: normal → blocker
Assignee | ||
Comment 1•9 years ago
|
||
https://github.com/mozilla/fireplace/pull/345 https://github.com/mozilla/zamboni/pull/1590
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: 2013-12-17 → 2014-01-14
Updated•7 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
•