Closed
Bug 950216
Opened 12 years ago
Closed 12 years ago
We need to send ESRB a unique identifier apart from "title".
Categories
(Marketplace Graveyard :: Developer Pages, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-01-07
People
(Reporter: krupa.mozbugs, Assigned: kngo)
References
()
Details
(Whiteboard: [incorrect_implementation])
steps to reproduce:
1. Upload a hosted app with the name "Krupa's test app"
2. After submission, set up Content Ratings
3. Upload a new app with the same name (different manifest and slug)
4. After submission, try to set up Content Ratings
expected behavior:
Since app names are not unique, we are sending an unique identifier for each app and not just the title
observed behavior:
After step #4, ESRB prompts the user to reuse the certificate since it is using the app name to identify an app.
![]() |
||
Comment 1•12 years ago
|
||
We could use the app slug here, but since this field is used on the final certificate it is a bit awkward to see the slug and not the name of the app.
I agree, it would be ideal if we can send an extra unique identifier field to IARC that is used for unique look ups apart from the title.
Comment 2•12 years ago
|
||
I think this was supposed to be a unique value based on the combination of App Name and Company Name. Still sketchy, but not P1 kind of sketchy. We could send app id or slug in addition to the name, in parenthesis after or something.
Updated•12 years ago
|
Priority: -- → P1
![]() |
Assignee | |
Comment 3•12 years ago
|
||
I can try "APP NAME (APP SLUG)"
e.g. Kevin's Test App (kev-test-app)
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → kngo
Target Milestone: --- → 2014-01-07
![]() |
Assignee | |
Comment 4•12 years ago
|
||
https://github.com/mozilla/zamboni/pull/1588
Alternative STR:
1. Go to app's Edit Content Ratings page for an app already with content ratings.
2. Click to get a new ratings certificate.
3. Check the new tab prompting whether to get a new certificate.
Expected:
Should mention app name + app slug in parenthesis (e.g. "Kevin's Test App (kev-test-app)").
Actual:
Just mentions app name (e.g. "Kevin's Test App").
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
![]() |
||
Comment 5•12 years ago
|
||
Verified as fixed in https://marketplace-dev.allizom.org/developers/app/buchet-omlette-8/ in FF29 (Win 7).
Closing bug.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Whiteboard: [incorrect_implementation]
You need to log in
before you can comment on or make changes to this bug.
Description
•