EventAggregator

TO_DO.txt

205:11aa32d2a3ec
2011-06-25 Paul Boddie If no unpositioned events are found for the map view, the section displaying such events is hidden. Added notes about event sections and editing strategies.
     1 Map Views
     2 ---------
     3 
     4 Dynamic images obtained from other sites or generated locally might provide some
     5 enhancements to the map view. For example, a weather/radar image might show the
     6 cloud or rain forecast either for the current situation or, if forecasts are
     7 available, for the times of events shown.
     8 
     9 Consider having day numbers down the side of a map view with highlighted days
    10 indicating days having events, and with pop-up elements shown upon hovering over
    11 each highlighted day.
    12 
    13 To Do Items
    14 -----------
    15 
    16 Consider adding support for "to do" items. These might have time-related details
    17 such as deadlines, but are more likely to have relationships with other items,
    18 potentially forming a hierarchy of items.
    19 
    20 Event Section Parser
    21 --------------------
    22 
    23 Events could be described using a Wiki section, potentially retaining the
    24 definition list syntax for consistency with the current method of describing
    25 events:
    26 
    27 {{{#!event
    28  Start:: 2011-06-07
    29  End:: 2011-06-07
    30  Summary:: Event inside a section
    31 }}}
    32 
    33 Such events could then be presented using more sophisticated methods and
    34 potentially be editable. To support direct editing, the parser would provide
    35 a hidden form field indicating the location of the section in the Wiki text,
    36 and the new event action would be enhanced to read existing events from the
    37 indicated page region, populating the form fields with the data found in the
    38 page.