-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Layout for upload list (part of reliable uploads) #765
Comments
I forgot to mention, that this is great work and I am looking forward to have this included! |
Just merge them into one section and sort them by date. In the subtext there could be the reason why it failed.
I do not think that three sections are too complicated as they are split up by the current states pending/failed/success. |
Here an update of the current layout @tobiasKaminsky How can I use the thumbnail of photos? I do not have a remote path. |
Great. You make big improvements.
(I know this is much, but these are only suggestions. So it is up to you and @jancborchardt what will be included).
See #746, there I have added thumbnail for local files. |
Okay, this is the last screenshot for now. I am waiting for some feedback from the oC guys. Working: Clear all finished/failed uploads. Retry all pending uploads. For each upload individually: Cancel, remove, open with, details. Option to upload only while charging, when connected via wifi, and/or after configurable timestamp (for non-instant instant uploads --> #349). Still missing: Clear list for each section. Move retry button in "Current Upload" section header. Rework notifications (there should be only one containing a summary, onclick: go to upload list for details.) Note: The upper photo was taken with "Upload via wifi only", the other one not. |
Nice, good initiative @LukeOwncloud! And great feedback already @tobiasKaminsky, I basically agree with it, especially that this needs the introduction of a sidebar soon. As for some more feedback:
|
Nice! Some more things:
|
Also, I’d say it looks better with the background color and top/bottom borders on the headers completely removed. |
Good call, looks better without icons. How about removing the thick bottom border as well and instead using whitespace? |
hey @LukeOwncloud this is such a great job!! I´d like to ask for some points :)
|
@rperezb Thanks for your response.
About the categories:
There is still one big issue: There were concurrency problems before, so I serialized the upload service. Drawback: While uploading a file, the upload list and notifcations are not updated. New uploads will only be shown after all currently queued uploads were processed. Before doing any changes here I want to discuss this with @davivel and @jabarros first, though. I am not so happy with the internal structure anymore, maybe they have some more insights and better ideas! Continue missing: Clear list for each section. Move retry button in "Current Upload" section header. Rework notifications (there should be only one containing a summary, onclick: go to upload list for details.) |
How about:
|
I am not sure if these circular buttons are needed. |
I would also leave (or rather make) "retry all" button only. BTW, clear failed uploads seems does not work (reliable_uploads branch) |
@Vip "Retry all" buttons are already prepared (check |
Any new updated screenshot on this? |
Hey @LukeOwncloud Thanks so much for your work on this. Looking forward to using it. As a user, the only thing that's unclear to me from the last screenshot is what a recycle icon stands for in the context of already uploaded files. If it's supposed to stand for delete, then I don't understand why it doesn't use the trash can icon we use everywhere else in ownCloud, and I would expect to see here. If it's some kind of "upload again" then I would expect it to be the same "retry" icon used next to the failed uploads above. |
@Bugsbane I think clicking this icon will just remove the entry from the list. |
@LukasReschke (I mean @LukeOwncloud) @Bugsbane @tobiasKaminsky since it’s just a history, I wouldn’t even have that icon there. As noted the icon is confusing, and the function is not really necessary anyway. |
@LukeOwncloud is not @LukasReschke 🙊 |
@jancborchardt But how is the history being cleared? It cannot show all entries. Should it always show just the latest (10/20/50) entries? |
@tobiasKaminsky if it's just "clear this entry" wouldn't the X icon make more sense than "recycle" which implies turning the file into somehing new or at least retrieving it from deleted (such as the Windows file explorer recycle bin)? |
@tobiasKaminsky just show the latest 20 entries or so, and lazy load more on scrolling down. Just like the ownCloud Activity app in the web interface (or like Twitter, Facebook, etc ;). |
I have never used lazy loading before, but I guess that it is possible with android. |
I'd say the discussion about the layout is mainly over, isn't it? For improvements like lazy loading we should open a new issue. So I better close this issue. |
Totally right, @LukeOwncloud ; thanks for closing. |
As part of the reliable uploads enhancement (cf. #762) I introduced a list showing all uploads (scheduled, active, done, failed_retry, failed_give_up, paused)
Currently it looks like this (just a draft):
Now, how should it look like? In detail,
@jancborchardt A penny for your thoughts!
The text was updated successfully, but these errors were encountered: