Hello I am updating the html export to generate also a list of the bugs divided by the targets, so it will be possible to have a clear idea about the version (or milestone) for which a bug will be fixed.
But there is a problem: I have not a way to sort the targets in the order I want, since when I read the bug list, they are reported in creation order, with the newer first. I think this is wrong, since the targets are created as they are needed, and generally it is not correct to assume that the last target created will be the first reached. Also the depend field it is not usefull in this occasion, since while it is still true that a 1.1 version will be released after a 1.0 version, it is not always true that a 1.2 version will be released before a 2.0 version, so I cannot set that V2 depend on V1.2, but even if I do it, I still get that V2 will be showed before V1.2 since it is newer. So the question is: how it is possible to set an arbitrary order for the targets ? I have 2 ideas: 1) add a field "deadline" to the bug 2) add a file that contain the target in the correct order A more drastic solution can be to consider the target as something different from the bug. Any other idea/suggestions ? bye Gianluca _______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
