Changes between Version 1 and Version 2 of APP_SERVER_SESSIONS_LIST_R0
- Timestamp:
- 02/04/09 18:15:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_SERVER_SESSIONS_LIST_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 There should be a palette that displays the server sessions. The same palette could display the status of a server session. 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Create a palette that displays all server sessions a user is connected to. 13 12 14 13 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 14 * The result of this task should be source code. 16 15 17 16 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 17 * The palette could be Table Palette 18 {{{ 19 |server_name|status | 20 |server1 |connected | 21 |server2 |disconnected| 22 |server3 |connecting | 23 }}} 19 24 20 25 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 26 * [wiki:S2S_CORE_COMMONS_R0] 27 * [wiki:S2S_DEPLOY_TECHNOLOGIES_R0] 28 * [wiki:APP_SERVER_SESSIONS_STATUS_R0] 22 29 23 30 == How to demo ==