# HG changeset patch # User Paul Boddie # Date 1307473628 -7200 # Node ID db25078d31b463877c2be3bb181f739f19e63b43 # Parent e243694bdbc9ae53c797b62455437b5b3a7748d7 Added some "to do" items. diff -r e243694bdbc9 -r db25078d31b4 TO_DO.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TO_DO.txt Tue Jun 07 21:07:08 2011 +0200 @@ -0,0 +1,34 @@ +Map Views +--------- + +Dynamic images obtained from other sites or generated locally might provide some +enhancements to the map view. For example, a weather/radar image might show the +cloud or rain forecast either for the current situation or, if forecasts are +available, for the times of events shown. + +Consider having day numbers down the side of a map view with highlighted days +indicating days having events, and with pop-up elements shown upon hovering over +each highlighted day. + +To Do Items +----------- + +Consider adding support for "to do" items. These might have time-related details +such as deadlines, but are more likely to have relationships with other items, +potentially forming a hierarchy of items. + +Event Section Parser +-------------------- + +Events could be described using a Wiki section, potentially retaining the +definition list syntax for consistency with the current method of describing +events: + +{{{#!event + Start:: 2011-06-07 + End:: 2011-06-07 + Summary:: Event inside a section +}}} + +Such events could then be presented using more sophisticated methods and +potentially be editable.