Closed
Bug 910575
Opened 11 years ago
Closed 11 years ago
convert MonolithData to DRF
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-12-17
People
(Reporter: ashort, Assigned: ashort)
References
Details
(Whiteboard: [qa-])
mkt.monolith.resources.MonolithData should be converted to DRF.
Updated•11 years ago
|
Assignee: nobody → robhudson.mozbugs
Updated•11 years ago
|
Priority: -- → P2
Comment 1•11 years ago
|
||
I thought I'd do this in the 2 hours left in the day yesterday. 1 day later and I'm still not quite done. I had lots of trouble with getting django-filter to work.
Current branch is here:
https://github.com/robhudson/zamboni/tree/910575-drf-monolith
I'll need to pick this up again but I didn't want to waste more time on it at the moment.
Comment 2•11 years ago
|
||
In monolith we're currently expecting to filter by:
* key: the exact match, e.g. key=app_installs
* recorded__gte, recorded__lt: We essentially want a range and could just as simply pass over "start" and "end" as `datetime.isoformat()`.
Updated•11 years ago
|
Assignee: robhudson.mozbugs → ashort
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-12-17
Comment 4•11 years ago
|
||
Can you please add some STRs to this bug or mark it as [qa-] ?
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•