aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-02-19 20:36:58 +0000
committerRob Austein <sra@hactrn.net>2008-02-19 20:36:58 +0000
commit8469427a557cfee6f8149cf50fbc47ef26202bee (patch)
tree142363e909ab88b293e3c22a7eb782f132426035 /scripts
parentfda477b682e7c58f601726d8b422532c2e1fde4e (diff)
Notes on code cleanup
svn path=/scripts/README; revision=1516
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
index 07514a24..a4cbec03 100644
--- a/scripts/README
+++ b/scripts/README
@@ -216,6 +216,27 @@ TO DO:
[Not started]
+- Update operation and installation docs.
+
+ [Ongoing]
+
+- Update internals docs (Doxygen).
+
+ [Ongoing]
+
+- Reorganize code (directory names, module names, which objects are in
+ which modules) to make it easier to understand and maintain;
+ portions of the existing code were done in extreme haste to meet
+ testing deadlines and it shows.
+
+ [Not started]
+
+- Add gctx pointers to Python representations of all the SQL objects
+ so we can stop passing all these flipping explicit gctx pointers
+ around.
+
+ [Not started]
+
Things implemented but not yet tested: