Changes between Initial Version and Version 1 of ANNOTATIONS_EXPORT_IMPORT_R0


Ignore:
Timestamp:
01/21/09 16:11:22 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_EXPORT_IMPORT_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=ANNOTATIONS_EXPORT_IMPORT_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 == 
     8Annotations can be exported to and imported from a file. This includes stickies, highlights and audio annotations. 
     9 
     10== Task requirements == 
     11In the Stickies palette in the Annotations tab there should be two buttons: "Save Stickies As..." and "Import Stickies...". 
     12The Highlights and Audio palettes should have analogical buttons. 
     13 
     14When clicked such a button, a file dialog appears. 
     15 
     16It's important that it should not be possible to import annotations, exported from another book. 
     17 
     18== Task result == 
     19Source code. 
     20 
     21== Implementation idea == 
     22Use the same code that performs saving/loading annotations from/to a file. 
     23 
     24== Related == 
     25[wiki:ANNOTATIONS_STICKIES_R0] 
     26 
     27== How to demo == 
     28 * Run Sophie2 
     29 * Create a new book 
     30 * Create a new sticky 
     31 * Export the stickies to a file, located on the desktop 
     32 * Show the desktop and look for the file 
     33 * Return to Sophie2 window 
     34 * Delete the sticky 
     35 * Import stickies from the file 
     36 
     37= Design = 
     38^(Describe your design here.)^ 
     39 
     40= Implementation = 
     41^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     42 
     43= Testing = 
     44^(Place the testing results here.)^ 
     45 
     46= Comments = 
     47^(Write comments for this or later revisions here.)