Version 3 (modified by dido, 16 years ago) (diff) |
---|
Analysis
Overview
- The goal of this task is to allow the users to create book on the server
Task requirements
- Create a prototype for this functionality
- Ignore the security issues.
- Fix the bug - crash when user tries to open already opened book from server.
Task result
- The result should be code
Implementation idea
- Add 'Save on Server' button inside the file menu under 'Save as' button
- This button will evoke dialog window that contains
- list of available accounts - that the user is currently connected to
- users should be able to type the name of the book
- file browser will NOT be available for this revision, but we must provide some way of navigating (browse) the server, and pick up a book location
- This button will evoke dialog window that contains
- The icon of the book in the tab bar will indicate that a book is opened from a server.
Related
APP_CONNECTIVITY_REDESIGN
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
How to demo
- Run the author application
- Create a new book
- Insert some frames and pages
- Upload the book to the server
- Open the book from the server
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.)