Get nested resources in tastypie largely operational.

This commit is contained in:
Michael DeHaan
2013-03-19 00:02:52 -04:00
parent 728f9961b4
commit 3f4842d9e7
6 changed files with 717 additions and 29 deletions

13
TODO.md
View File

@@ -1,10 +1,17 @@
TODO items for ansible commander
================================
* tastypie subresources
* tastypie subresources? Maybe not. Are they needed?
* tastypie authz (various subclasses) using RBAC permissions model
** for editing, is user able to edit the resource
** if they can, did they remove anything they should not remove or add anything they cannot add?
** did they set any properites on any resources beyond just creating them?
* tastypie tests using various users
* CLI client
* split model into subdirs
* business logic
* celery integration / job status API
* UI layer
@@ -12,5 +19,5 @@ TODO items for ansible commander
NEXT STEPS
* Michael -- REST resources, REST auth, possibly tweak models, admin UI plumbing, add blank=True, etc
* Michael -- REST resources, REST auth, CLI/client lib
* Chris -- celery infra, use db queue if possible?