summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index fc0a196..9f73ffd 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,10 @@
-- flesh out Bugzilla3 class
-- Add Bugzilla32 class - Bugzilla 3.2 can actually *search*!
+- Finish up RHBZ3
- better documentation for abstract methods in BugzillaBase
- more consistent calls for abstract methods
- make the abstract methods return stuff closer to Bugzilla3's return values
+- make Bugzilla methods all take a bug ID list
+ - BZ 3 methods all take idlist
+ - RHBZ can use multicall to emulate that
- auto-generate the man page
- actually install the man page
- Document the 0.x API as it stands