X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=2213fe87a23f158923c5040a50b1dafddac83e13;hb=609f3762041d091605655b61642f5a70c4e9911b;hp=d377ab360bfca9c7779da4c2b829d35d1fcb367a;hpb=9717d3ca4e452a4a6d092856565131ca7b5cc1f5;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/TODO b/TODO index d377ab3..2213fe8 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,12 @@ - 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.