Question
I have a lot of different TWiki topics that each contain short to-do lists for things that I need to do for that topic. Is it possible to somehow markup that to-do list section of each topic and then have a TWiki search that will create a "unified view" of those items, showing me all the to-do list items on one page?
As a bonus it would be cool to put due dates or priority values on those to-do items and have the unified view show them in a sorted format.
- TWiki version: 2003 Feb 01
- Perl version:
- Web server & version:
- Server OS:
- Web browser & version:
- Client OS:
--
MikeBoone - 01 Apr 2003
Answer
Check out
ActionTrackerPlugin. It may be overkill for what you want, but it will do everything you ask for above and more.
--
LynnwoodBrown - 02 Apr 2003
Or you could use the
EditTablePlugin which lets you edit a whole set of actions in a table at once. One drawback compared to the
ActionTrackerPlugin is that you cannot search for all actions in one topic, at least not until
MultipleSearchesInSameTopic is implemented.
--
PeterThoeny - 02 Apr 2003
... or look at
Sample Applications at
Sandbox.WebHome, like
Sandbox.ItemToDo.
--
PeterMasiar - 03 Apr 2003