small docpatch (nebulous)
[dbsrgits/DBIx-Class-Tree.git] / TODO
diff --git a/TODO b/TODO
index d377ab3..16d7a0d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,14 @@
 
  - Support DAGs.
- - Add is_leaf, is_parent, is_branch, and is_root.
  - Tree::Visitor
- - Come up with a better name for attach_before and attach_after.
+ - Come up with a better name for attach_before and
+   attach_after.
  - Support multiple columns for ordering.
- - Declare both the parent column and the position column in one call.
+ - Declare both the parent column and the position column
+   in one call.
+ - Add an ancestors() and descendants() method with
+   support for resultset cacheing.
+ - Not all methods are covered by the tests.
+ - has_ancestor() method.
+ - DBIx::Class::Tree::NestedSet