Closed
Bug 586704
Opened 14 years ago
Closed 14 years ago
[API] Put the D in CRUD for the Add-on model
Categories
(addons.mozilla.org Graveyard :: API, defect, P1)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.2
People
(Reporter: clouserw, Assigned: davedash)
References
Details
(Whiteboard: [devtools][Q32010][qa-])
Spec: https://wiki.mozilla.org/User:Clouserw/AMO/API
There is a bit of a spec at the URL above, but most of it is just straight up CRUD. The piston docs[1] can help with how to integrate map our models to their classes. This should use our OAUTH setup for authentication.
[1] http://bitbucket.org/jespern/django-piston/wiki/Documentation#piston-documentation
Reporter | ||
Updated•14 years ago
|
Target Milestone: 5.11.9 → 5.12
Reporter | ||
Comment 1•14 years ago
|
||
keeping the CRUD together because I think it makes sense
Assignee: nobody → dd
Assignee | ||
Comment 2•14 years ago
|
||
Punting til we get some rules for deletion in place.
We can always set a status of STATUS_DELETED, rather than removing an object from the database... and then run a garbage collection after n days.
Target Milestone: 5.12 → 5.12.1
Reporter | ||
Updated•14 years ago
|
Target Milestone: 5.12.1 → 5.12.2
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•9 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
•