Changes between Initial Version and Version 1 of ANNOTATIONS_STICKIES_R0


Ignore:
Timestamp:
01/21/09 15:01:29 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_STICKIES_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=ANNOTATIONS_STICKIES_R0, 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 == 
     8Stickies are little collapsable windows that a reader or author can add, edit or delete in a book.  
     9 
     10== Task requirements == 
     11Stickies can be moved outside the bounds of the book and are visible on the page where they were created. 
     12 
     13Creating a sticky is done by clicking the "New Sticky" button from the Stickies palette in the Annotations tab. Newly created sticky contains date and time of last edit in it's titlebar in following format "<date> - <time>", where the date and the time are in user's local format. 
     14 
     15Removing a Sticky is done by clicking the "X" button in the top right corner of the sticky. A message box asking "Are you sure you want to delete this sticky?" pops up. 
     16 
     17Minimizing Stickies - Stickies can be minimized by double-clicking their titlebar - only their titlebar remains visible. 
     18 
     19? The user can choose the color of a sticky by pressing color hud in the title bar of the sticky. 
     20 
     21In the annotation tab, Stickies palette, there is a checkbox called "Show Stickies" which toggles stickies on or off (hides/unhides them). 
     22 
     23Stickies are saved in the book's file. 
     24 
     25== Task result == 
     26Source code. 
     27 
     28== Implementation idea == 
     29^(Provide some rough implementation idea(s).)^ 
     30 
     31Stickies are elements into the page views that are not frames. 
     32 
     33== Related == 
     34^(Add links to related tasks that could be useful or helpful.)^ 
     35 
     36== How to demo == 
     37 * Run Sophie2 
     38 * Create a new book 
     39 * Create a new sticky 
     40 
     41= Design = 
     42^(Describe your design here.)^ 
     43 
     44= Implementation = 
     45^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     46 
     47= Testing = 
     48^(Place the testing results here.)^ 
     49 
     50= Comments = 
     51^(Write comments for this or later revisions here.)