xuang7 opened a new pull request, #3662: URL: https://github.com/apache/texera/pull/3662
### **Purpose** This PR enhances the upload experience by displaying real-time speed, elapsed time, and estimated time remaining (ETA) in a compact tag, so users can understand progress at a glance and reference the final upload duratione via tooltip after completion. ### **Changes** dataset.service.ts: add uploadSpeed, totalTime, estimatedTimeRemaining to MultipartUploadProgress; apply smoothing for speed/ETA; cap ETA at 24h; add basic bounds checks dataset-detail.component.ts/html/scss: render compact status tag \<speed> • Elapsed <time> • Remaining <time>; apply fixed/min width to time/speed to reduce jitter. user-dataset-staged-objects-list.component.ts/html: show post-upload duration in the file tooltip (full path + upload time) gui/src/app/common/util/format.util.ts: add formatting utilities for time and speed. ### **Demonstration** **Single File:** https://github.com/user-attachments/assets/72291b68-1b50-40a3-a81c-b46bde9a7f9a **Speed-limited (throttled):** https://github.com/user-attachments/assets/7748d9f1-d197-44b7-bb02-9444c03cec49 **Multiple Files:** https://github.com/user-attachments/assets/6bca7ec8-c019-40ff-b1da-34dabad88aad -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
