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

Loading progress bar #54

Open
annehaley opened this issue Jan 17, 2024 · 1 comment
Open

Loading progress bar #54

annehaley opened this issue Jan 17, 2024 · 1 comment

Comments

@annehaley
Copy link
Member

A collaborator suggested that our current indeterminate loading spinner can be limiting to a user who doesn't know how long a render should take. If possible, we should try to display more detailed progress information.

There are several steps involved in the full loading time, but the most time consuming is the persist call on the sliced_data_array in pvxarray. We will need to find a way to gauge the progress of this call.

We already know the expected size of the data, so if we can regularly measure the size of the sliced_data_array during the persist call, we can determine the percentage of loading completion.

@johnkit johnkit added this to the Future Sprint topics milestone Sep 4, 2024
@johnkit
Copy link
Collaborator

johnkit commented Sep 4, 2024

Would also be useful to inform the user of progress from (i) data download, (ii) building vtk objects, (iii) rendering

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

No branches or pull requests

2 participants