upload/download status: add recently-finished operations #430

Open
opened 2008-06-01 19:53:28 +00:00 by warner · 0 comments

The code currently keeps track of the results of the last 10 or 30 upload/download operations, for display on the "upload/download status" web page. The queue that it uses is appended when an operation starts, so it can display the most recently-started operations. It would be nice to be able to see the most recently-finished operations too: have another queue that is appended to when the operation completes. This would be especially useful for large files, which may have been started a long time ago (and therefore will have fallen off the recently-started queue).

The code currently keeps track of the results of the last 10 or 30 upload/download operations, for display on the "upload/download status" web page. The queue that it uses is appended when an operation starts, so it can display the most recently-started operations. It would be nice to be able to see the most recently-finished operations too: have another queue that is appended to when the operation completes. This would be especially useful for large files, which may have been started a long time ago (and therefore will have fallen off the recently-started queue).
warner added the
code
minor
enhancement
1.0.0
labels 2008-06-01 19:53:28 +00:00
warner added this to the 1.5.0 milestone 2008-06-01 19:53:28 +00:00
warner self-assigned this 2008-06-01 19:53:28 +00:00
warner added
code-frontend-web
and removed
code
labels 2009-03-08 22:11:18 +00:00
zooko modified the milestone from 1.5.0 to eventually 2009-06-30 18:08:51 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#430
No description provided.