Changes between Version 1 and Version 2 of CREATE_SERVER_RESOURCE_R0
- Timestamp:
- 09/28/09 16:06:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CREATE_SERVER_RESOURCE_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 6 8 7 == 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.)^ 8 * The goal of this task is to allow the users to create book on the server 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Create a prototype for this functionality 12 * Ignore the security issues. 13 13 14 14 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 15 * The result should be code 16 16 17 17 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 18 * Add 'Save on Server' button inside the 19 19 20 20 == Related ==