Hello all,
Anybody here using cardo? I am an mGSD user and would like to convert to Cardo. Everything looks good but I am a little annoyed by a long list of next tasks in the dashboard. I would like to group all the listed tasks by context. I wonder if anyone here knows how to do it.
Here is what I have tried:
Adding the following in "
plugins/Cardo/ui/ViewTemplates/types/person/detail",
but it listed a lot of empty contexts (contexts without any task included). <$list filter="[all[shadows+tiddlers]] +[tag[context]] -[has[draft.of]]">
<<cardoTaskList title:"$(currentTiddler)$" status:"{{$:/status/Cardo/selectedCategory}} $(currentTiddler)$"includeComplete:'false' newButton:'true' newTag:'Task Next $(currentTiddler)$' >>
</$list>
Tried to add a groupBy in original taskList, but it does not seem to do anything.
<<cardoTaskList title:'Next Tasks' assignee:'$(personguid)$' type:'task' status:'Next' buttonType:'TaskStatus'groupBy:'$(tag[context])' newButton:'true' newButtonText:'The Next Thing We Must Do Is...' newTag:'Task Next' newButtonAssignee:'$(personguid)$' includeComplete:'false'>>
Thanks a lot