Changes between Version 1 and Version 2 of GROUP_PLAIN_AND_RTF_RESOURCES_R0
- Timestamp:
- 06/25/09 16:55:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_PLAIN_AND_RTF_RESOURCES_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 8 6 == 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.)^ 10 7 The user should be able to insert Plain text and RTF as resources in a book. 11 8 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 13 9 * Provide Text document in the Insert menu 10 * Provide a file dialog for text files (*.txt) 11 * Provide RTF document in the Insert menu 12 * Provide a file dialog for RTF files (*.rtf) 14 13 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 14 Code 16 15 17 16 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 17 See TEXT_RESOURCE_HTML_R0 19 18 20 19 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 20 TEXT_RESOURCE_HTML_R0 22 21 23 22 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 25 23 * Insert a plain text 24 * Insert a RTF file 25 * Save and reload the book 26 26 = Design = 27 27 ^(Describe your design here.)^