Re: Great Tool! Looking for date of action, project and visibility of tickler grouped by contact
- I'm looking for using dates for actions (specially to see what has been delegated to whom till when).- Projects has always a start and an end date, how can I visualize this with MonkeyGTD? (At the end a list with the projects grouped by priority and/or date is the target.)- How can I group the ticklers by contact?As you see I'm trying to use MonkeyGTD to control help my team to do the delegated tasks.
At the moment projects don't have due date fields. One approach is to use ticklers. For instance in a project called "ProjectA" you could make a tickler on the applicable date called "ProjectA Final Deadline". Also make a few others, eg "ProjectA due one week from today". Or "... a month from today". Then you can look in your TicklerDashboard and see these things approaching.
A similar technique can be used to follow up delegations. You can convert your waiting for action to a tickler and give it a date which is the date you want to follow up with the associated contact.
This should work for grouping ticklers by contact. I will put it in an upcoming release:
<<mgtdList
title:'Ticklers Requiring Action Grouped'
startTag:Tickler
tags:'!Actioned'
view:Tickler
group:Contact
gView:bold
mode:global
newButtonTags:'Tickler Enabled Once'
where:'tiddler.ticklerIsActive()'
sort:'tickleDate'
dontShowEmpty:yes
ignoreRealm:{{config.mGTD.getOptChk('AlertsIgnoreRealm')?'yes':''}}
>>
<<mgtdList
title:'Upcoming Ticklers Grouped'
startTag:Tickler
tags:'!Actioned'
view:Tickler
group:Contact
gView:bold
mode:global
newButtonTags:'Tickler Enabled Once'
where:'!tiddler.fields.mgtd_date || !tiddler.ticklerIsActive()'
sort:'tickleDate'
dontShowEmpty:yes
ignoreRealm:{{config.mGTD.getOptChk('AlertsIgnoreRealm')?'yes':''}}
>>