timestamper/todo.xml

36 lines
2.6 KiB
XML
Raw Normal View History

2009-06-23 18:43:38 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<TodoList name="TimeStamper Todo List">
<Description>Features, bugfixes, things that need to be done.</Description>
<Owner>TimeStamper Development</Owner>
<TaskList name="unallocated">
<Task created="20081023170946" name="WeekTimelineDisplay" priority="0">
<Description>Create a display that shows a full week.</Description>
</Task>
<Task created="20081023171011" name="MonthTimelineDisplay" priority="0">
<Description>Show a full month.</Description>
</Task>
<Task allocated="20081029175454" created="20081029180059" name="Add GUI Action Controlsto DayTimelineDisplay" priority="1">
<Description>Allow the GUI actions of the component to be enabled/disabled programatically. For example, add setZoomAllowed(boolean allowed) function to enable/disable the ability to zoom with the mouse.</Description>
</Task>
</TaskList>
<TaskList name="old">
<Task allocated="20081023170513" created="20081023221630" finished="20081023235630" name="Auto-scale DatyTimelineDisplay Time Scale" priority="1">
<Description/>
</Task>
<Task allocated="20081023170513" created="20081023235727" finished="20081023235730" name="Click and Drag Scroll On the DayTimelineDisplay" priority="1">
<Description>The user is able to click and drag on the timeline displayed and the timeline follows the mouse.</Description>
</Task>
<Task allocated="20081023170513" created="20081023193554" finished="20081023193602" name="Deselect markers in DayTimelineDisplay" priority="1">
<Description>Allow the user to select no marker in the DayTimelineDisplay by clicking in a region of the display that is not covered by an activity.</Description>
</Task>
<Task allocated="20081023170513" created="20081023170924" finished="20081023221612" name="Zoom for DayTimelineDisplay" priority="1">
<Description>When the user clicks and drags, the ui should zoom to the region the user covered in the vertical access. For example, if the display shows a full day and the user clicks in 9:00 and drags to 13:00, the ui should refresh to put 9:00 at the top, 13:00 at the bottom, and re-scale the rest in between.</Description>
</Task>
</TaskList>
<TaskList name="current">
<Task allocated="20081029175454" created="20081024010642" finished="20081029175523" name="Update All Displays When One Changes" priority="1">
<Description>When you make changes to the DayTimelineDisplay, for example, those changes need to be propogated through the tool back to the main display.</Description>
</Task>
</TaskList>
</TodoList>