Changes between Version 23 and Version 24 of TIMELINES_REDESIGN_R0


Ignore:
Timestamp:
07/22/09 11:19:52 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TIMELINES_REDESIGN_R0

    v23 v24  
    7474 
    7575= Design = 
    76 ^(Describe your design here.)^ 
     76TimelineTopView (timeline for pages) should have a start/stop timeline method so each page's timeline will be played only when the page is opened. 
     77 
     78Create Channel helper and TimelineOption helper to facilitate the change of the corresponding keys in Element. 
     79 
     80Use immutable map with ResourceRef key to store activation channels instead of ImmList. This will speed up the mapping of ResourceRef to ActivationChannel in many places where it is done in a loop for all ActivationChannels. 
     81 
     82Group activation: 
     83 
     84 * Have TimelineMbemberView activationTime check ancestor activation and if ancestors are inactive return inactive state too 
     85 * Change GroupView renderFrame to return null if the frame is inactive 
     86 
    7787 
    7888= Implementation =