From ee4160af93567294c37f1b7ec28452daca81c0d8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 13 Mar 2013 17:07:38 -0400 Subject: [PATCH] add TODO file --- TODO.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000000..ab40a9c9b6 --- /dev/null +++ b/TODO.md @@ -0,0 +1,14 @@ +TODO items for ansible commander +================================ + +* add playbook integration to create django superuser +* tastypie integration +* audit cascade behaviors +* split model into subdirs +* django admin +* business logic +* celery integration / job status API +* RBAC integration +* python CLI client +* UI layer (...) +* clean up initial migrations