X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Tree.git;a=blobdiff_plain;f=TODO;h=16d7a0d6eea08642297daed552062414e246872e;hp=d377ab360bfca9c7779da4c2b829d35d1fcb367a;hb=bfeda3d7b6a362c438889080e6f2c2c834d1c9f2;hpb=9717d3ca4e452a4a6d092856565131ca7b5cc1f5 diff --git a/TODO b/TODO index d377ab3..16d7a0d 100644 --- 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