Changes between Version 33 and Version 34 of TIMELINES_REDESIGN_R0


Ignore:
Timestamp:
07/22/09 12:57:26 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TIMELINES_REDESIGN_R0

    v33 v34  
    66 
    77== Overview == 
     8The current model should be reworked to correspond to the new resource model. 
    89The current implementation of timelines lacks a couple of things and those need to be added: 
    910 * Support for groups activation. 
    1011 * Intro, main and outro parts. 
    1112 * Properly manage the time values of each page - currently there is one timer for the book, changing the page should start a new timer for the page. 
    12 The timelines palette will be improved. 
    13 Besides that the current model should be reworked to correspond to the new resource model. 
    1413 
    1514== Task requirements == 
    1615 
    17 Review the current model design and adapt it to the changes to the resource model.[[BR]] 
    18 As timelines don't use resources directly the impact of the change is low. Representation of timelines in the book model will be changed and this impacts user code. There should be means to operate with the new resource keys in a easy and transparent way. 
     16Review the current model design and adapt it to the changes to the resource model.[[BR]][[BR]] 
     17As timelines don't use resources directly the impact of the change is low. Representation of timelines in the book model will be changed and this impacts user code. There should be means to operate with the new resource keys in a easy and transparent way.[[BR]][[BR]] 
     18Group activation should be made to work like frame activation - i.e. an inactive group's timeline should not be played.[[BR]] 
     19Intro, main and outro sections should be added to the current timeline model.[[BR]] 
     20In the current implementation the timeline for all pages was played at once and changing the page did not affect it. This should be changed by creating separate timers for each page and starting/stoping them when the page becomes current. 
    1921 
    2022