Active
Project:
Tasks Configuration Kit
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2006 at 06:48 UTC
Updated:
7 Jun 2007 at 18:40 UTC
It'd be really neat if clicking expand showed me the subtasks. :)
Anisa.
Comments
Comment #1
marknewlyn commentedI would like to second this feature request. I think even seeing the top-level of every sub-task list would really allow the user to gain a better idea of how things really stand.
Also it might be nice to have another column with the total total number of complete / incomplete / unassigned subtasks in the task listing.
A great module I will definitely use!
Mark
Comment #2
liquidcms commentedwhat is the expand link supposed to be doing now???
I figured it was to expand the sub-tasks - but sadly no. Is it just a start to the feture, is it a bug or does it do something else that isnt obvious to me?
Comment #3
bighoffa commentedExpand currently shows the description of the task.
I would really like to be able to see subtasks as well.
Comment #4
scor commentedShowing all the subtasks would be possible, but you would end up with a big html code if you have to load all the subtasks of every tasks, plus a longer page generation time. The best would be to do it in jQuery and request the server for a specific task as you click on it.