Opened at 2008-06-01T19:53:28Z
Last modified at 2009-06-30T18:08:51Z
#430 new enhancement
upload/download status: add recently-finished operations
Reported by: | warner | Owned by: | warner |
---|---|---|---|
Priority: | minor | Milestone: | eventually |
Component: | code-frontend-web | Version: | 1.0.0 |
Keywords: | status | Cc: | |
Launchpad Bug: |
Description
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).
Change History (2)
comment:1 Changed at 2009-03-08T22:11:18Z by warner
- Component changed from code to code-frontend-web
comment:2 Changed at 2009-06-30T18:08:51Z by zooko
- Milestone changed from 1.5.0 to eventually