[[BackLinksMenu]] [[TicketQuery(summary=APP_SERVER_SESSIONS_LIST_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = Analysis = == Overview == There should be a palette that displays the server sessions. The same palette could display the status of a server session. == Task requirements == * Create a palette that displays all server sessions a user is connected to. == Task result == * The result of this task should be source code. == Implementation idea == * The palette could be Table Palette {{{ |server_name|status | |server1 |connected | |server2 |disconnected| |server3 |connecting | }}} == Related == * [wiki:S2S_CORE_COMMONS_R0] * [wiki:S2S_DEPLOY_TECHNOLOGIES_R0] * [wiki:APP_SERVER_SESSIONS_STATUS_R0] == How to demo == * Show the palette with the server sessions. = Design = ^(Describe your design here.)^ = Implementation = ^(Describe and link the implementation results here (from the wiki or the repository).)^ = Testing = ^(Place the testing results here.)^ = Comments = ^(Write comments for this or later revisions here.)