Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

[QA] show 'pending' when the folder size is not yet computed #1402

Closed
jnweiger opened this issue Oct 2, 2019 · 11 comments · Fixed by #1393
Closed

[QA] show 'pending' when the folder size is not yet computed #1402

jnweiger opened this issue Oct 2, 2019 · 11 comments · Fixed by #1393
Assignees

Comments

@jnweiger
Copy link

jnweiger commented Oct 2, 2019

New folders do not show a size.

Expected behaviour:
Gui elements should not go missing unexpectedly.
New folders should show an indicator when the computation is pending.

Suggestion: Show a '?' where the file size should be. Give explanation about pending, file scan, etc. as a mouse over tooltip.

@DeepDiver1975
Copy link
Member

We did not implement 'pending' based on @hodyroff 's request - please make a final decision.

Please also take into consideration the UX report as delivered by Andreas today - see rocketchat channel for phoenix

@PVince81
Copy link
Contributor

PVince81 commented Oct 8, 2019

if we do not port this feature 1-1 from OC 10 we need to document the discrepancy in the product docs @pmaier1

@pascalwengerter pascalwengerter transferred this issue from owncloud/web Jun 18, 2021
@individual-it
Copy link
Member

currently #1393 changes the behaviour, so that 0 B is shown, what is the decision? ?/0/pending ?
CC @micbar

@hodyroff
Copy link

@tbsbdr please check this out. My personal opinion is what I did in the project, "pending", ? or 0 bytes is confusing. If we can't guarantee we can show the proper bytes we just show nothing ... IMHO this is the least confusing one. Of course ideally we always know ...

@LukasHirt
Copy link
Collaborator

What about calculating? Seems the most user friendly to me 🤷

@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 18, 2021

@LukasHirt did i get it right, that there are situations where we permanently dont know the folder size?

@hodyroff
Copy link

That is correct. In oC10 those are mostly related to external storages. When you say calculating - the end user expects this to finish eventually and if it doesn't he will call the help desk = ticket = $100 lost at our customer ...

@micbar
Copy link
Contributor

micbar commented Jun 18, 2021

not available?
Showing nothing may also create some bug reports.

@LukasHirt
Copy link
Collaborator

When you say calculating - the end user expects this to finish eventually

Oh, I thought it actually becomes available when scan of the external storage is done and synced with file cache 🙈

@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 18, 2021

whats learned behavior?

Windows File Explorer and MacOS Finder both face (kind of) the same ui-problem. and both display non-semantic information:

  • Windows Explorer: "" (nothing)
  • MacOS Finder: "--" (dashes)

(compare screenshots)

Applicable for ownCloud Web UI?

my guess why they don't show a semantic, more meaningful information like "not available" or "unknown"
--> it gives the user instantly a bad feeling because it points you you directly to a shortcoming of the system. Therefore the ui just keeps silent. But: as we usually display folder sizes, saying nothing would also be confusing / get the support into trouble

Suggestion:

  • use dashes "--" in fileslist as they may occur more intended and less like a bug (eg. if you show nothing)
  • explain in the sidebar, that this is intended behavior and provide a link to more information with a tooltip as suggested by @jnweiger

Anything I didn't take into account?

Windows File Explorer shows nothing

image

MacOS Finder shows "--" Dashes (like dropbox)

image

Suggestion for ownCloud Web UI

image

@individual-it
Copy link
Member

changed #1393 to be --

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

Successfully merging a pull request may close this issue.

8 participants