Changes between Initial Version and Version 1 of ANNOTATIONS_STICKIES_R1


Ignore:
Timestamp:
05/27/09 15:43:47 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_STICKIES_R1

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8The goal of this revision is to add more interactivity to stickies - text editing and dragging. 
     9 
     10== Task requirements == 
     11 * Add Hot Text to stickies so they can be edited. 
     12  * Only basic text editing functionality is required. 
     13 
     14 * Create a halo button for moving stickies with the mouse. 
     15  * Use the same icon as the frame move button. 
     16  * Place the button to the left of the remove button. 
     17 
     18== Task result == 
     19Source code. 
     20 
     21== Implementation idea == 
     22 * The halo button should be of type {{{MoveHaloButton}}}. 
     23 * Add it to {{{StickyHaloMenu}}}. 
     24 
     25== Related == 
     26 * [wiki:GROUP_ANNOTATIONS_R0] 
     27 
     28== How to demo == 
     29^(Provide instructions for demonstration of the task.)^ 
     30 
     31= Design = 
     32^(Describe your design here.)^ 
     33 
     34= Implementation = 
     35^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     36 
     37= Testing = 
     38^(Place the testing results here.)^ 
     39 
     40= Comments = 
     41^(Write comments for this or later revisions here.)