Event Log

From ActivityOwnerWiki

Jump to: navigation, search

The code below is a development version of the "elog" gyroQ tag described in the GyroQ Event Logger blog entry.

Code

{queue:'_queuefile_';
temp:'?|Event Log: Enter or Choose Area|Enter or Choose Area|_rm_areas_?';
map:create:'EventLog';
select:centraltopic;
text:'Event Log for _rm_me_';
select:main;
select:text:'Project Logs';
create:main:'Project Logs';
select:subtopic;
select:text:'_temp_';
create:subtopic:'_temp_';
select:subtopic;
select:text:'_today_';
create:subtopic:'_today_';
new:subtopic:'_time_ _queueitem_';
map:save;
map:close;}

Revision History

  • 16May07 -- Initial Version
  • 16May07 -- Added map save, map close

Improvement Options and Ideas

  • Dedicated drop down list

You can specify a specific set of text options (projects, areas, people) rather than drawing on the ResultsManager area list (_rm_areas_): temp:'?|Event Log: Enter or Choose Area|Enter or Choose Area|Family|Career|Finance|GTD|Saw|Blog?';

  • Macro use?

This could be simplified a bit using an inline macro to parse out the project/area text from a one line entry (e.g. blog:draft complete) rather than going through the drop-down prompt.