Closed
Bug 1005269
Opened 11 years ago
Closed 11 years ago
[IARC] update by ratings_body in Get_Rating_Changes handler OR update Get_Rating_Changes to return everything
Categories
(Marketplace Graveyard :: Developer Pages, defect, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kngo, Assigned: kngo)
References
Details
"If one rating authority adjusts a rating and the other hasn’t, the content descriptors on the rating authority that didn’t change the rating get wiped from the storefront."
We believed the Get_Rating_Changes returned everything, instead it only returns data for rating bodies that were updated. We have two possible solutions:
1. Fix on Mozilla-side: only update ratings for ratings bodies that are passed by. This would require rework on our end since we expect descriptors all or nothing.
2. Fix on IARC-side: in the Get_Rating_Changes response, rather than just returning the updated rating bodies, return everything just as in Get_App_Info. This maintains parity/consistency between API endpoints and keeps code simpler on our side.
CC'ing Christine to see how feasible updating Get_Rating_Changes to return all app ratings info would be.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kngo
Priority: -- → P1
Assignee | ||
Comment 1•11 years ago
|
||
Actually, what we could do is just call GET_APP_INFO once we detect a change in GET_RATING_CHANGES. We'll go with that, no changes needed on your side.
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•