Changes between Version 45 and Version 46 of TIMELINES_REDESIGN_R0
- Timestamp:
- 07/24/09 17:53:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TIMELINES_REDESIGN_R0
v45 v46 41 41 * Timeline for each page. 42 42 * TimelineTopView (timeline for pages) should have a start/stop timeline method so each page's timeline will be played only when the page is opened. 43 * Helpers.44 * Create Channel helper and TimelineOption helper to facilitate the change of the corresponding keys in Element. The goal of those helpers is to hide Channel producer methods as Channel is immutable and directly assign the new values to the corresponding key.45 43 * Group activation. 46 44 * Have TimelineMemberView activationTime property check ancestor activation and if ancestors are inactive return inactive state too. … … 50 48 * The time values for activation time and local time will be separated by a large enough constant (C = 10^15^) to isolate the intro, main and outro parts of the timeline. Thus if the length of those sections is changed the corresponding section will retain its entries. Helper methods should be added to convert from real time to channel time and the other way around. 51 49 * Palette - mostly compacting the view. 50 * Use the new ResourceAccess to create changes that will modify the channels or timeline options of the Element with the current view. 52 51 * The title of the timeline will be moved to the left of the controls 53 52 * The palette slider will be removed and replaced by a drawn play head. … … 62 61 Schedule: 63 62 * Timeline for each page - 2h 64 * Helpers - 2h65 63 * Group activation - 0.5h 66 64 * Intro, main, outro - 1d