| 1 | The goal of this task is to allow the user to upload books freely to the Sophie server via Sophie 2 Author. |
| 2 | * The upload should not disturb the user work and should be in background. That means that after a user clicked 'save on server' button, he can continue working on the book. |
| 3 | * However we need to make sure that the user will be aware for the success of the upload or for eventual failure. Notification dialog should pop-up after success or failure with description what had happened and close button in it. (Note that the button is "close" not "ok", it is always annoying to click "ok" on error massage). |
| 4 | * [OPTIONAL]In order to notificate the user that somthing is happening and his commands are not ignored, we could do the following: |
| 5 | * Immediately after "save on server" is clicked - the server tab is opened and inside the "server resources" palette new item is added. It should have icon on the left side (animated gif) that indicates that it's currently uploading. |