I'm not using MGTD and have a fairly simple system, but it may give
you some ideas.  I do not have an export to anything other than cut/
paste text.  I basically have three types of tiddlers;
- workunits (think trouble tickets, projects, tasks)
- timeperiod status reports (a day's activities)
- journals named by date/time stamps (YYYY-0MM-0DD_0hh.0mm.0ss).

My timeperiod status reports are forEachTiddler lists selecting
journals by date.  I create one for each day.  Within the list, I sort
by the tag (workunit ID) and timestamp (title), listing the text.
That way, I can cut/paste from these status reports into my MSWord
'real' status report for the boss.  For a time, I also used weekly
status reports (Friday to Thursday for the reporting cycle here), but
that was a bit of a nuisance and I got lazy.
My workunits are forEachTiddler lists selecting journals by tag.
Within these lists, I sort the journals by date and time (title),
giving me a timeline image of what I've done for that workunit over
the last week or month since it was assigned to me.
The journals are the core transaction for the system.  With a single
date/time-stamped record with a workunit tag, I capture my activities
by both what and when (I'm the who; where and why are irrelevant!).
I also have tags on the workunits, identifying them by types and
priority to support supplementary forEachTiddler lists as needed.
I've recently considered using FormTiddler and DataTiddler to provide
more structure to the journals as my bosses have been increasing the
level of detail that they ask us to capture, like how many hours
should be charged to some workunit categories, but I haven't done that
yet.

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.


Reply via email to