From the to-do list: MPA V1.0: Older issues and tasks
✔ Sound library: sync animation and upload files behavior
(Completed by Pierre henri Seylan on February 14, 2018)
Comments
Pierre henri Seylan on January 27, 2018:
In the previous version of the MPA; a sync icon was displayed when files were being uploaded to the server.
This task is about re-adding this icon as well as doing various fine tuning to the upload process.
1. Add sync icon: The sync icon use to appear instead of the cloud icon for few cases, like when uploading or updating files. The new icon should also spin like the old one. You can find the new icon in the icon file, it's the glyph "e972" The icon file is attached below. Also here is a screenshot of how it should look:
2. % amount when uploading files: When uploading files, the position were the download arrow is located is showing the % of the upload progress. Currently, the same % is displayed for all files being uploaded. We should display the % for each file separately.
See what is the easiest way to achieve this, we could either:
show the % for files only if belonging to separate upload tasks
show the % for all files separately (also when they are being uploaded within the same task)
3. Polishing and control:
After the point 1 and 2 are done, we should make sure that the sequence when uploading file is correct, it should be occurring as listed below:
files are being dragged to the UI for uploading
files are first registered locally, the spinning icon is displayed during the registration
while the files are local the orange "diamond" is displayed
when files are being uploaded, the % amount is displayed, and the spinning icon is displayed
when the upload is complete, the orange diamond is displayed again (status for local files), and the cloud icon replaces the spinning icon
If the sequence described is too different from the behavior of the old app, and that this is a problem for the implementation, let me know...
Karim Alabtakh on January 30, 2018:
done
Pierre henri Seylan on February 8, 2018:
If you merge with Daniel's branch, the new sync icon should be available
Comments
Pierre henri Seylan on January 27, 2018:
This task is about re-adding this icon as well as doing various fine tuning to the upload process.
1. Add sync icon:
The sync icon use to appear instead of the cloud icon for few cases, like when uploading or updating files.
The new icon should also spin like the old one.
You can find the new icon in the icon file, it's the glyph "e972"
The icon file is attached below.
Also here is a screenshot of how it should look:
2. % amount when uploading files:
When uploading files, the position were the download arrow is located is showing the % of the upload progress.
Currently, the same % is displayed for all files being uploaded.
We should display the % for each file separately.
See what is the easiest way to achieve this, we could either:
3. Polishing and control:
After the point 1 and 2 are done, we should make sure that the sequence when uploading file is correct, it should be occurring as listed below:
- files are being dragged to the UI for uploading
- files are first registered locally, the spinning icon is displayed during the registration
- while the files are local the orange "diamond" is displayed
- when files are being uploaded, the % amount is displayed, and the spinning icon is displayed
- when the upload is complete, the orange diamond is displayed again (status for local files), and the cloud icon replaces the spinning icon
If the sequence described is too different from the behavior of the old app, and that this is a problem for the implementation, let me know...Karim Alabtakh on January 30, 2018:
Pierre henri Seylan on February 8, 2018: