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

feat: add optional progress bar to __list_sync method using tqdm #8

Merged

Conversation

gabrielmscampos
Copy link
Member

  • Tqdm is added as an optional dependency and can be installed alongside cmsdials using tqdm extra;
  • Control manual progress by always updating its total size with the number of total current page + 1, this creates an effect of indefinite progress while keep tracking of the total number of pages fetched.

- Tqdm is added as an optional dependency and can be installed alongside cmsdials using tqdm `extra`;
- Control manual progress by always updating its total size with the number of total current page + 1, this creates an effect of and indefinite progress while keep tracking of the total number of pages fetched.
@gabrielmscampos gabrielmscampos merged commit 6e3b987 into cms-DQM:develop May 15, 2024
@gabrielmscampos gabrielmscampos deleted the feat/pagination-progress-bar branch May 15, 2024 11:03
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.

1 participant