Changes between Version 2 and Version 3 of S2S_CORE_MODEL_R0
- Timestamp:
- 12/10/08 22:57:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MODEL_R0
v2 v3 8 8 9 9 == Overview == 10 The core should be able to provide functionality to add, edit, comment, and etc books. The permission rules of these actions should be implemented. It should also be able to provide logic for listing and searching for books and comments by given criteria. In Revision 0 will should have basic logic for managing books.10 The core should be able to provide functionality for managing books. Permissions for work with books and commenting them will be necessary on some stage. 11 11 12 12 == Task requirements == … … 16 16 17 17 == Task result == 18 The result of this task will be source code.18 The result of this task will be basic core logic for managing books. 19 19 20 20 == Implementation idea == … … 31 31 32 32 == Related == 33 That task will use the new logic from [wiki:S2S_PERSIST_MODEL_R0] [[BR]] 34 and will be used by [wiki:S2S_WEB_BOOK_MANIPULATION_R0] and [wiki:S2S_WEB_BOOK_MANAGEMENT_R0] 33 [wiki:S2S_PERSIST_MODEL_R0] [[BR]] 34 [wiki:S2S_WEB_BOOK_MANIPULATION_R0][[BR]] 35 [wiki:S2S_WEB_BOOK_MANAGEMENT_R0] 35 36 36 37 == How to demo ==