Warning, /office/calligraplan/TODO is written in an unsupported language. File is not indexed.

0001 Some useful stuff:              
0002 You can search the source code for FIXME and TODO entries with:
0003 find . -name "*.c*" -o -name "*.h" | xargs grep -E "(###|TODO|FIXME|todo)"
0004 
0005 Using -A and -B with grep gives you some additional context around the particular comment:
0006 find . -name "*.c*" -o -name "*.h" | xargs grep -A 3 -B 3 -E "(###|TODO|FIXME|todo)"
0007 
0008 -----------------------------------------------------------------------------------------
0009 
0010 In no particular order or priority:
0011 
0012 
0013 * Improving printing of gantt chart:
0014         Proper task list
0015         Selected tasks
0016 
0017 * Improving reports, it's very rudimentary
0018         Maybe drag-n-drop into Words?
0019 
0020 * Import task data from spreadsheet (User request)
0021 
0022 * Improve the graphical dependency editor:
0023     It is difficult to use when there are many tasks/dependencies.
0024     Collapse/expand summary tasks
0025     'Tree' indication to better indicate which subtasks belongs to which summary task
0026     Info view/docker to (optionally) show more information
0027 
0028 * Add a 'calendar' view for the resources (ala korganizer) to show appointments
0029 
0030 * Add filter / sort to (some) views
0031 
0032 * Improve gantt chart
0033         When selected in list, show selection in chart and vs (?)
0034         Position correctly on start/end datetime (small offset now)
0035 
0036 * Add time period config to cost breakdown view
0037 
0038 
0039 * Fix d-n-d of vcards from kontact into resources
0040 
0041 * Sql Database storage
0042 
0043 * Improve planwork, possibly coupled to sql database storage