Changes between Version 1 and Version 2 of APP_SERVER_SESSIONS_LIST_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_SERVER_SESSIONS_LIST_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.)^ 
     8There should be a palette that displays the server sessions. The same palette could display the status of a server session. 
    109 
    1110== 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. 
    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 should be source code. 
    1615 
    1716== 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}}} 
    1924 
    2025== 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] 
    2229 
    2330== How to demo ==