File: TODO

package info (click to toggle)
taskjuggler 2.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,156 kB
  • ctags: 3,713
  • sloc: cpp: 37,683; sh: 13,617; xml: 6,021; perl: 5,207; lisp: 538; makefile: 283; python: 258
file content (36 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Work in progress (for next version):
- Add popup hint to show Gantt chart load values.
- Limit iCal calendar entries to actually allocated time slots.
- Check FreeBSD repository patches
  (http://www.freebsd.org/cgi/cvsweb.cgi/ports/deskutils/taskjuggler/files/)
- Add 'extend' support for accounts.

Probably:
- Macros to do date/time arithmetic.
- 'limits' for tasks, not just for allocations.
- vacations for tasks (to suspend a part of a project for some time).
- Interactive account report
- 'completedeffort' and 'pendingeffort' column
- add a search box or filter field (like in the sidebar for file task
  and others) in UI Report, to be able to find easily tasks (by task
  id) or task resources
- Legend to explain meaning of HTML report Gantt elements.
- Fix conceptually broken limits for allocations. They should be
  resource limits for tasks. Inheritance should be reconsidered as
  well.
- Make vacations and shifts scenario specific.

Maybe:
- Timezone support for resources and shifts.
- Limits for accounts.
- support for renewable resources
- Allocation selection by skill set.
- Add support for flexible rates (per task, per shift)
- Cleanup taskjuggler library API, so it can be used by other apps.
- Color support for tasks and resources.
- Gap with snap on weekdays.
- Macros like ${TODAY}, ${ProjectStart}, ...
- Hammock tasks (tasks that have logical childs outside the WBS)
- Folding support for /* */ style comments in the editor.
- New report that contains a tasks vs. resource matrix with
  customizable resource columns.