Changes between Version 2 and Version 3 of UNPLANNED_APP_CLIENT_RESOURCES_R0


Ignore:
Timestamp:
09/16/09 17:07:02 (16 years ago)
Author:
tsachev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_APP_CLIENT_RESOURCES_R0

    v2 v3  
    88== Overview == 
    99 * The goal is to move as close as possible for one week, to what we wont for the user to be able to do with server resources inside the application. Please view the analysis in [wiki:GROUP_APP_SERVER_RESOURCE_ACCESS_R0] to achieve more global vision for this task. 
    10  * There should be palette (server palette) that will allow the user to chose (add, remove, edit the current url etc.) a server and then connect to it. 
     10 * There should be palette (server palette) that will allow the user to chose (add, remove, edit the current account) a server account and then connect to it. 
    1111  * Show status (connected, disconnected, connecting etc.) of a server 
    1212 * Also a list of available resources for the selected server should present. 
     
    1515== Task requirements == 
    1616 * Create prototype of server palette 
    17   * (OPTIONAL) provide manipulation over the server list 
     17  * Provide manipulation over the list with server accounts 
    1818   * To add, remove or edit the available servers. 
    19    * No user name and password will be preserve at this point 
     19   * User names and passwords 
     20   * Persist the server accounts in some configuration file 
    2021  * Make available connection to the server 
    2122   * Only as anonymous user at this point (until there is some security for the server) 
    2223  * After the user is connected show a list of available resources 
    23    * At this revision no sub resources will be shown. Only a few books. 
     24   * At this revision no sub resources will be shown. Only a first level resources. 
    2425   * No meta data will be shown, only the name of the resource(book)(for now) 
    2526   * No filters at this revision 
     
    2829    * Remove resource 
    2930    * Rename resource 
    30   * Provide some way for server synchronization 
    31    * Some kind of basic online collaboration should be available 
     31  * Provide some aspects of the server synchronization 
     32   * Some handling and notification should be considered if connection to server is closed, drop or some other similar situation occurs. 
    3233 
    3334== Task result == 
     
    4243== How to demo == 
    4344 * Start the application 
    44  * Go to resource palette and conect to the server 
     45 * Go to resource palette and connect to the server 
    4546 * Focus(Show) the list of available resources on the server and open one 
    4647 * Edit and save the resource on the server via the app (add frame or page or something) 
    47  
     48 * Disconnect from server and show that user cannot manipulate and view this resource anymore. 
     49 * Show adding of new server, deleting of one and editing. 
     50 * Show that accounts are available after restarting the application. 
    4851= Design = 
    4952^(Describe your design here.)^