diff ChangeLog @ 45:780bfda9c583 project-tree

Initialized a branch to work on a tree-like project view.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 21 Dec 2010 19:34:03 +0100
parents 39d845d3fec4
children 0a0c77b8606a
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 15 14:47:40 2010 +0100
+++ b/ChangeLog	Tue Dec 21 19:34:03 2010 +0100
@@ -1,3 +1,16 @@
+2010-12-21  Ingo Weinzierl <ingo@intevation.de>
+
+	* getan.py: Added a method to sort the projects based on its key.
+
+	* getan/project.py: A project can now have children. Therefore, a new
+	  method add_child() has been implemented. Important to build up a tree is
+	  the project's key. If we try to append a new child to a project, but
+	  there is already a child with the key that starts just like the new
+	  child's, we will try to append the new child to the existing one.
+
+	* getan/view.py: The project view looks now like a tree. Projects can have
+	  children, that are indented relative to its parent.
+
 2010-12-15	Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
 	Fix for #1638
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)