X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=2213fe87a23f158923c5040a50b1dafddac83e13;hb=4336afff686bde70180190348f9ba9b75fd6b528;hp=1e666a13e0c8fe6412d81f55bf2899c0015d196d;hpb=74d97bdc74f7285386ea957e42188a9eba235f52;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/TODO b/TODO index 1e666a1..2213fe8 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,12 @@ - Support DAGs. - Tree::Visitor - - Come up with a better name for attach_before and + - 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 + - Declare both the parent column and the position column in one call. - - Add an ancestors() and descendants() method with + - Add an ancestors() and descendants() method with support for resultset cacheing. + - Not all methods are covered by the tests.