Changes between Version 1 and Version 2 of BOOK_PRINTING_R1
- Timestamp:
- 10/05/09 11:45:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_PRINTING_R1
v1 v2 7 7 8 8 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 9 We should provide print functionality, which gives the user possibility to print on paper the state of the book at desired moment. The product of the printing action will be very similar to the exported pdf, but on paper. When the user clicks on print, after he chooses the desired print options, the state of the book at this moment must be printed. We're going to drop "print to file" option, we have export to html and pdf. 10 10 11 11 == Task requirements == … … 13 13 14 14 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 15 The result of this task must be code. 16 16 17 17 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 18 See pdf export tasks. The exported pdf is very similar to the contents that must be printed. 19 19 20 20 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 22 21 BOOK_PRINTING_R1 22 BOOK_STATIC_PDF_EXPORT_R0 23 23 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 24 * Open book 25 * Choose print from the file menu or press Ctrl+P 25 26 26 27 = Design =