Closed Bug 948192 Opened 11 years ago Closed 10 years ago

[IARC] optimize content ratings in app resource

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)

x86
macOS
defect

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
}
Blocks: 931871
Priority: -- → P3
Target Milestone: --- → 2013-12-17
Blocks: 929812
Assignee: nobody → kngo
Priority: P3 → P1
Severity: normal → blocker
https://github.com/mozilla/fireplace/pull/345
https://github.com/mozilla/zamboni/pull/1590
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: 2013-12-17 → 2014-01-14
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.