Changes between Version 2 and Version 3 of S2S_CORE_META_R0
- Timestamp:
- 01/19/09 12:26:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_META_R0
v2 v3 15 15 * Get familiar with the concepts of resources and meta information. Think about when meta information of a resource is changed, who will be able to access/modify it, etc. 16 16 * Implement the basic core server logic for dealing with meta things. 17 * Write appropriate unit tests .17 * Write appropriate unit tests and class diagrams. 18 18 19 19 == Task result == 20 Source code (improved org.sophie2.server.service smodule), unit tests.20 Source code (improved org.sophie2.server.service module), unit tests. 21 21 22 22 == Implementation idea == 23 23 Probably this kind of information should not be editable by the user - he/she would just be able to read it. 24 24 25 25 == Related == 26 ^(Here you can add related tasks that could be useful or helpful.)^ 26 [wiki:S2S_PERSIST_META_R0] [[BR]] 27 [wiki:S2S_CORE_MODEL_R0] 27 28 28 29 == How to demo == 29 ^(In this section you must add instructions for the demo of the task.)^ 30 Show the updated org.sophie2.server.service module, run the unit test, show the created diagrams(if any). 30 31 31 32 = Design =