mirror of https://github.com/BOINC/boinc.git
parent
5cb1c323f5
commit
1e4e1098da
10
todo
10
todo
|
@ -1,17 +1,15 @@
|
||||||
-----------------------
|
-----------------------
|
||||||
BUGS (arranged from high to low priority)
|
BUGS (arranged from high to low priority)
|
||||||
-----------------------
|
-----------------------
|
||||||
- "Show Graphics" menu item brings up minimized window,
|
- window closes and does not reopen when workunit finishes
|
||||||
client does not remember window size/pos after close/reopen,
|
|
||||||
window closes and does not reopen when workunit finishes
|
|
||||||
and new workunit starts
|
and new workunit starts
|
||||||
- CPU time updates infrequently (every 10 seconds),
|
- CPU time updates infrequently (every 10 seconds),
|
||||||
should there be a user control for this?
|
should there be a user control for this?
|
||||||
- Client treats URL "maggie/ap/" different than URL "maggie/ap",
|
- Client treats URL "maggie/ap/" different than URL "maggie/ap",
|
||||||
though this isn't really a bug it might be good to fix anyway
|
though this isn't really a bug it might be good to fix anyway
|
||||||
- need a way to refresh prefs from client
|
- need a way to refresh prefs from client
|
||||||
|
- global battery/user active prefs are always true in the client
|
||||||
- Client should display "Upload failed" and "Download failed" when failure occurs
|
- Client should display "Upload failed" and "Download failed" when failure occurs
|
||||||
- Win GUI: columns expand when window expands
|
|
||||||
- Download speed is not as fast as it should be
|
- Download speed is not as fast as it should be
|
||||||
- Result status should say "downloading files", "uploading files", etc.
|
- Result status should say "downloading files", "uploading files", etc.
|
||||||
|
|
||||||
|
@ -35,10 +33,8 @@ Messages from core client
|
||||||
-----------------------
|
-----------------------
|
||||||
THINGS TO TEST (preferably with test scripts)
|
THINGS TO TEST (preferably with test scripts)
|
||||||
-----------------------
|
-----------------------
|
||||||
- Test suspend/resume functionality on Windows,
|
- Test suspend/resume functionality on Windows/UNIX
|
||||||
no way to suspend/resume on UNIX
|
|
||||||
- verify that if file xfer is interrupted, it resumes at right place
|
- verify that if file xfer is interrupted, it resumes at right place
|
||||||
(and progress bar is correct)
|
|
||||||
- result reissue
|
- result reissue
|
||||||
- WU failure: too many errors
|
- WU failure: too many errors
|
||||||
- WU failure: too many good results
|
- WU failure: too many good results
|
||||||
|
|
Loading…
Reference in New Issue