Posted by uua on October 22, 2007 at 9:13am
Jump to:
| Project: | Todolist |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi ,
Like your module. If possible, thought it would a nice touch to add hierarchical tasks option like protopage has http://www.protopage.com
Thanks for your work on this module and consideration.
Jeff
Comments
#1
Thanks for your suggestion! I agree this is definitely something we should add...
#2
this would be possible if we use the way on menu administration, but it also implies to maintain a hierarchy(maybe one more field), but I'm not completelly convinced about it.
So, patches are welcome
#3
currently the tasklist is a themed UL. But this may work if it were a themed (draggable) table - and CSS adjusted to match current look and feel
#4
Just to mention that we're using theme_item_list(), that can work with nested lists.
#5
hi marvil07, Have you thought any more about this?
How about adding 'parent' to the {todolist_task} schema & updating theme_todolist() to output the nested list?
but what i'm really not sure about is the JS... do you foresee a lot of work ahead in making that work for a nested UL?