Changes between Version 1 and Version 2 of APP_SERVER_SESSIONS_STATUS_R0
- Timestamp:
- 02/04/09 18:26:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified APP_SERVER_SESSIONS_STATUS_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 Every server session has status that could be - connected, disconnected or connecting. The status is displayed to the user in the palette where all server sessions are listed. It should be provide a way for the user to change the status of a session - from disconnected to connected, or otherwise. 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Provide a way for the user to check the status of all of server sessions. 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 is source code. 16 15 17 16 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 17 * Create a table palette for the [wiki:APP_SERVER_SESSIONS_LIST_R0] task where the status will be displayed. 19 18 20 19 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 20 * [wiki:APP_SERVER_SESSIONS_LIST_R0] 21 * [wiki:S2S_CORE_COMMONS_R0] 22 * [wiki:S2S_DEPLOY_TECHNOLOGIES_R0] 22 23 23 24 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 25 * Run Sophie 2.0. 26 * Connect to a server. 27 * Show that the status is connected. 25 28 26 29 = Design =