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

Feature: Replace Processing Dots with Progress Bar #2640

Open
wants to merge 10 commits into
base: onedrive-v2.5.0-release-candidate-2
Choose a base branch
from

Conversation

JC-comp
Copy link

@JC-comp JC-comp commented Feb 15, 2024

This PR aims to implement a new feature by replacing the processing dot mechanism with a progress bar.

Benefits:

  • Providing clear feedback to users about the syncing progress
  • Eliminating the disruptive output in verbose mode
  • Can be further extended to the single file download/upload progress
  • Can be further expanded to generate sync reports at the end of each sync cycle, interactive socket communication for GUI tools, etc.

Changes

  • Add a progress manager to handle all running progress
  • Apply the new progressbar for various tasks: database scan, filesystem scan, fetching delta, new local file upload, changed local file upload, and downloading.

Effect
result

@abraunegg abraunegg changed the base branch from onedrive-v2.5.0-alpha-5 to onedrive-v2.5.0-release-candidate-2 April 28, 2024 23:47
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

Successfully merging this pull request may close these issues.

None yet

1 participant