summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-12-17 17:33:29 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-12-17 17:33:29 -0700
commite5dabc852bfdf7a4be47e4cfb300c6a2ea53a3f9 (patch)
treedf3dddda4df8b90811962b129f2c9eb177580885 /TODO
parent360f95341a78e2fd601a38ffa103a5f5cbe8c424 (diff)
downloadfreeipa-e5dabc852bfdf7a4be47e4cfb300c6a2ea53a3f9.tar.gz
freeipa-e5dabc852bfdf7a4be47e4cfb300c6a2ea53a3f9.tar.xz
freeipa-e5dabc852bfdf7a4be47e4cfb300c6a2ea53a3f9.zip
A few more notes in TODO, including about making Enum's self-documenting
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO b/TODO
index e6abd6773..6af88f7dd 100644
--- a/TODO
+++ b/TODO
@@ -35,10 +35,16 @@ API chages before January 2009 simi-freeze:
textui argument. Need to decide whether we allow this method to modify
the return value.
-CLI
- - Prompt for password using getpass
- - Passed the param dict to output_for_cli()
- - Implement a TextUI class and also pass it to output_for_cli()
+ * Make Plugin base class parse class docstring into overview and
+ full-description strings (similar to Bazaar).
+
+
+Command Line interface:
+
+ * Finish textui plugin
+
+ * Make possible Enum values self-documenting
+
Improve ease of plugin writting
- make "from ipalib import *" import everything a plugin writter will need