Mercurial > getan
comparison ChangeLog @ 12:2ccae1e872e9
Initial checkin for project trees. !!!Work in progress!!!
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 11 Aug 2008 01:12:47 +0200 |
parents | feb6bb4427fe |
children | e347f0de5e22 |
comparison
equal
deleted
inserted
replaced
11:feb6bb4427fe | 12:2ccae1e872e9 |
---|---|
1 2008-08-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * getan: !!! Work in progress !!! Project Trees | |
4 The classic worklog only has one key to address a project. | |
5 This is major short comming. The getan database allows | |
6 to store projects keys with more than one character. | |
7 This feature will be exploited to build trees of projects. | |
8 | |
9 Lets say you have two main tasks foo and bar with two sub | |
10 tasks each you can name them f1, f2 and b1, b2. getan | |
11 stores these four tasks in a tree with top level f and b | |
12 and tow second level branches 1 and 2. To choose a task you | |
13 have to press f or b followed by 1 or 2. | |
14 | |
15 At the moment only selection works. | |
16 | |
17 TODO and next steps: | |
18 - Remove all old linear data structures. | |
19 - adjust rendering to only show active branches. | |
20 - sort anonymous task after naming into project tree. | |
21 | |
1 2008-08-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2008-08-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * contrib/zeiterfassung: Applied a variation of Stephan Holl's | 24 * contrib/zeiterfassung: Applied a variation of Stephan Holl's |
4 zeiterfassung.non-utf8-chars-in-db.patch to force the encoding | 25 zeiterfassung.non-utf8-chars-in-db.patch to force the encoding |
5 given by --encoding=. | 26 given by --encoding=. |