https://bugzilla.wikimedia.org/show_bug.cgi?id=21862
--- Comment #5 from Neil Kandalgaonkar <[email protected]> 2010-01-06 18:22:15 UTC --- OK, so, there wasn't really a spec on what it's supposed to look like, so I'm making one up: |----------------------- Progress bar ---------------------------| Percentage uploaded: N% Estimated time remaining HH:MM:SS I don't want to clutter the progress bar unnecessarily with three or four updating items. I'm going to assume the user really cares about when it will be done. The ideal thing is probably a display of when it will be done in local time conventions (like, "Finished around: 7:15pm"). As far as I know, neither JS nor jQuery gives us an easy human readable way to do that, so let's do the easy thing and just guestimate time remaining for now in HH:MM:SS. Elapsed time and upload speed are more about troubleshooting problems. Let's set that aside for now. Obviously we will be tracking those internally, but maybe this could be info you could pop up, in a small link like "Upload stats", to get: - Date.toLocaleString() of the time we started the upload - elapsed time so far - estimated time remaining - Date.toLocaleString() of the time we estimate finishing the upload - Average Kb/Seconds. But, let's call that a nice-to-have for now. At this moment I'm not sure what I want to do about multiple queued uploads, but I'm just starting to get the hang of how this is all put together. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
