Changes between Version 2 and Version 3 of UNPLANNED_APP_CLIENT_RESOURCES_R0
- Timestamp:
- 09/16/09 17:07:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_APP_CLIENT_RESOURCES_R0
v2 v3 8 8 == Overview == 9 9 * 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 serverand 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. 11 11 * Show status (connected, disconnected, connecting etc.) of a server 12 12 * Also a list of available resources for the selected server should present. … … 15 15 == Task requirements == 16 16 * Create prototype of server palette 17 * (OPTIONAL) provide manipulation over the server list17 * Provide manipulation over the list with server accounts 18 18 * 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 20 21 * Make available connection to the server 21 22 * Only as anonymous user at this point (until there is some security for the server) 22 23 * After the user is connected show a list of available resources 23 * At this revision no sub resources will be shown. Only a f ew books.24 * At this revision no sub resources will be shown. Only a first level resources. 24 25 * No meta data will be shown, only the name of the resource(book)(for now) 25 26 * No filters at this revision … … 28 29 * Remove resource 29 30 * Rename resource 30 * Provide some way forserver synchronization31 * Some kind of basic online collaboration should be available31 * 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. 32 33 33 34 == Task result == … … 42 43 == How to demo == 43 44 * Start the application 44 * Go to resource palette and con ect to the server45 * Go to resource palette and connect to the server 45 46 * Focus(Show) the list of available resources on the server and open one 46 47 * 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. 48 51 = Design = 49 52 ^(Describe your design here.)^