awx/TODO.md

20 lines
588 B
Markdown

TODO items for ansible commander
================================
* add playbook integration to create django superuser
* tastypie integration
* audit cascade behaviors
* split model into subdirs
* django admin -- add more models, set up blank=True on optional fields everywhere
* business logic
* celery integration / job status API
* RBAC integration
* python CLI client
* UI layer (...)
* clean up initial migrations
NEXT STEPS
* Michael -- REST resources, REST auth, possibly tweak models, admin UI plumbing, add blank=True, etc
* Chris -- celery infra, use db queue if possible?