Changes between Version 1 and Version 2 of SOPHIE2_BOOK_FORMAT_R0
- Timestamp:
- 01/28/09 18:43:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPHIE2_BOOK_FORMAT_R0
v1 v2 6 6 7 7 == Overview == 8 8 9 This task is supposed to determine the main format in which sophie books will be kept. 9 10 10 11 == Task requirements == 11 * 12 13 * The main format for sophie book should be custom XML format. It should be able to represent the entire sophie book model. 14 15 * The user should be able to save his book in this format thorough File > Save/Save As. 16 17 * The user should be able to load a book which is saved in the right format through File > Open. (even if the book is not generated through the Sophie Autor) 18 12 19 == Task result == 20 13 21 The result of this task is source code. 14 22 15 23 == Implementation idea == 16 24 25 See the design and implementation of the BASE_PERSISTENCE_* tasks. 26 17 27 == Related == 28 18 29 [wiki:BASE_PERSISTENCE_COMMONS_R0][[BR]] 19 30 [wiki:BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0][[BR]] 20 31 21 32 == How to demo == 22 * Save and close a book. Then reopen it and show that it is not changed.23 33 34 * Save and close a book. Then reopen it and show that it has not changed. 35 24 36 = Design = 25 37