Closed
Bug 903168
Opened 12 years ago
Closed 11 years ago
Add "Author Name" to collections
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-08-20
People
(Reporter: cvan, Assigned: mat)
References
Details
https://github.com/mozilla/flue/blob/master/defaults.py#L205
This will involve adding an `author` text column and returning `author` as a new field in the /search/featured and /rocketfuel/ API responses.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mpillard
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•11 years ago
|
||
Fixed in https://github.com/mozilla/zamboni/commit/808fa3d7b2dd4fa51f941a084713a1bce609149e
STR (on -dev):
0) Like all Collections API bugs, all requests will need to authenticate using steps 1-2 in the STR from bug 894456, comment 1
1) Create a collection, using the steps here: http://firefox-marketplace-api.readthedocs.org/en/latest/topics/rocketfuel.html#post--api-v1-rocketfuel-collections- ; Include an author. Then, fetch the collection using that API and check that the author is present.
2) Attempt to edit the author, using the steps here: http://firefox-marketplace-api.readthedocs.org/en/latest/topics/rocketfuel.html#update .
3) In a successful reproduction, the response from step 2 should return the new author from the request in step 2.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-08-20
Comment 2•11 years ago
|
||
verified fixed at [15:04:44.592] GET https://marketplace-dev.allizom.org/api/v1/rocketfuel/collections/27/?_user=blahblah&lang=en-US&pro=ca35506e.32.1®ion=us [HTTP/1.1 200 OK 228ms]
Note that 2) cannot be verified since http://firefox-marketplace-api.readthedocs.org/en/latest/topics/rocketfuel.html#update isn't working yet.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•