Changes between Version 1 and Version 2 of APP_SERVER_SESSIONS_STATUS_R0


Ignore:
Timestamp:
02/04/09 18:26:54 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified APP_SERVER_SESSIONS_STATUS_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== 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.)^ 
     8Every 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. 
    109 
    1110== 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. 
    1312 
    1413== 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. 
    1615 
    1716== 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. 
    1918 
    2019== 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] 
    2223 
    2324== 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. 
    2528 
    2629= Design =