Project:Tasklist
Version:4.7.x-1.x-dev
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

It'd be really neat if clicking expand showed me the subtasks. :)

Anisa.

Comments

#1

I 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

#2

what 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?

#3

Expand currently shows the description of the task.

I would really like to be able to see subtasks as well.

#4

Showing 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.