mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Get nested resources in tastypie largely operational.
This commit is contained in:
13
TODO.md
13
TODO.md
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user