Skip to content

Comments

IQSS/8730 - fix direct upload progress#8962

Merged
kcondon merged 4 commits intoIQSS:developfrom
GlobalDataverseCommunityConsortium:IQSS/8730-fix_progress_for_direct_uploads
Dec 16, 2022
Merged

IQSS/8730 - fix direct upload progress#8962
kcondon merged 4 commits intoIQSS:developfrom
GlobalDataverseCommunityConsortium:IQSS/8730-fix_progress_for_direct_uploads

Conversation

@qqmyers
Copy link
Member

@qqmyers qqmyers commented Sep 7, 2022

What this PR does / why we need it: Direct upload via the UI sends up to 4 files at a time and their progress bars are all changing at the same time. The old code would update all progress bars during the hash calculation phase rather than only the bar for the current file.

Which issue(s) this PR closes:

Closes #8730

Special notes for your reviewer:

Suggestions on how to test this: upload a mix of small and large files (< MB up to 100 MB+) and assure that when the larger file(s) are showing progress above 50%, the smaller progress bars aren't jumping up/down. It may be easier to see if you set the network to be throttled in the browser dev console to limit how fast bytes are transferred (e.g. fast 3G or even slow 3G).

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

@mreekie mreekie added the bk2211 label Nov 1, 2022
@qqmyers qqmyers added the Size: 3 A percentage of a sprint. 2.1 hours. label Dec 13, 2022
@mreekie
Copy link

mreekie commented Dec 14, 2022

added to sprint Dec 15, 2022

@kcondon kcondon self-assigned this Dec 16, 2022
@kcondon kcondon merged commit 2fca42b into IQSS:develop Dec 16, 2022
@pdurbin pdurbin added this to the 5.13 milestone Dec 16, 2022
@cmbz cmbz added the FY26 Sprint 4 FY26 Sprint 4 (2025-08-13 - 2025-08-27) label Aug 16, 2025
@cmbz cmbz added FY26 Sprint 14 FY26 Sprint 14 (2025-12-31 - 2026-01-14) and removed FY26 Sprint 14 FY26 Sprint 14 (2025-12-31 - 2026-01-14) labels Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FY26 Sprint 4 FY26 Sprint 4 (2025-08-13 - 2025-08-27) GDCC: DataverseNO Size: 3 A percentage of a sprint. 2.1 hours.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Direct upload progress bar jumps around with many files

6 participants