Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload/Download notification: show remaining time/number of files #1468

Open
tobiasKaminsky opened this issue Feb 8, 2016 · 7 comments
Open

Comments

@tobiasKaminsky
Copy link
Contributor

Currently the notification of upload/download shows only progress.
I would like to enhance this by also showing:

  • remaining time
  • (x/Y) to indicate how many files are left to process. This will only be shown if there is more than one file in queue, resulting in:
    120kB of 500kB, 5s remaining, (5/120)

@jancborchardt @AndyScherzinger what do the design gurus say? :)

@AndyScherzinger
Copy link
Member

I tried to create a before/after mockup to get a basic idea.

today:
today

adding multi-upload (+cancel) and remaining time
new

@jancborchardt is probably better at information design. :) I like the idea of having just one notification showing the overall progress when uploading multiple files. I wouldn't display time though since it is tricky to predict remaining time especially when bandwidth is drastically changing which might be the case for mobile. So I would go for remaining-files/total-files (x/y) and percentage. I also wouldn't display byte sizes since that is rather technical.

What do you think @jancborchardt ? - The cancel is just for a future thing to implement nad has nothing to do with this issue.

@jancborchardt
Copy link
Member

Much better, yes! The current multiple notifications are quite annoying and not super useful. Wording seems fine, can’t really think of an improvement at the moment.

@enoch85
Copy link
Member

enoch85 commented Feb 13, 2016

Wow, much better!

@masensio
Copy link

Hi @ALL,

I like the idea of upload notification improvement, although I some doubts about that:

  • Remainig time, it is a tricky data because it depends on the bandwidth (as @AndyScherzinger said)
  • Name of current upload: I think it is useful to know what the current upload is
  • Notifications in general: maybe after merging uploads view PR the uploads notifications would be removed because we would have a complete view about the uploads status. In any case, we need to wait to decide it after merging uploads view PR.

@jancborchardt
Copy link
Member

Regarding the name of current upload, we could have the title be:

Uploading (2 of 4): IMG_22833.jpg

@AndyScherzinger
Copy link
Member

True, issue to decide here would then be how to deal with long file names, mockups see below:

short name
name1

long name (middle ellipsized)
name2

Thus the space is limited that's why I kept 2/4 for the counter for now since "2 of 4" depends on the language, German would be "von" and other might need even more characters thus eating up the space for the file name. Just a thought though.

@jancborchardt
Copy link
Member

Lools good! Only thing I would change now is switch around to »5s remaining (79%)« so it's more of a sentence and a bit shorter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants