aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO29
1 files changed, 10 insertions, 19 deletions
diff --git a/TODO b/TODO
index f0e60fd0..d7dfadba 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,19 @@
1High priority (for 0.7.0pre3):
2* debug
3
4Important (for 0.7.0): 1Important (for 0.7.0):
5* make use of anonymity level specification widgets (easy): 2* cleanup-code (enum instead of 1,2,3,4; refactor search/download copied code) [ easy, CG ]
3* make use of anonymity level specification widgets [ easy, CG ]:
6 - search 4 - search
7 - download 5 - download
8 - upload 6 - upload
9 - namespace creation 7 - namespace creation
10* download: 8* allow user to cancel downloads (may need FSUI API extensions) [ medium, CG ]
11 - allow download canncellation 9* allow user to clear completed downloads from summary [ easy, CG ]
10* bugs:
12 - figure out where seemingly spurious "pending" downloads come from 11 - figure out where seemingly spurious "pending" downloads come from
12* search:
13 + update namespace list combo box [ easy, CG ]
14 + support namespace URIs [ easy, CG ]
15
16Less important (but still 0.7.0ish):
13* implement advanced FS operations: 17* implement advanced FS operations:
14 - create namespace [ medium ] 18 - create namespace [ medium ]
15 - publish to namespace [ medium ] 19 - publish to namespace [ medium ]
@@ -17,19 +21,8 @@ Important (for 0.7.0):
17 - start collection [ medium ] 21 - start collection [ medium ]
18 - stop collection [ easy ] 22 - stop collection [ easy ]
19 - create directory from arbitrary mix [ medium ] 23 - create directory from arbitrary mix [ medium ]
20* search:
21 + update namespace list combo box [ easy ]
22 + support namespace URIs [ easy ]
23 + update search summary (new search start, new search result)
24* insertion:
25 + support nice progress view for recursive insertions [ medium ] (working already???)
26* highlight completed downloads [ easy ] 24* highlight completed downloads [ easy ]
27* highlight active downloads in search list [ easy ] 25* highlight active downloads in search list [ easy ]
28* allow user to cancel downloads [ medium ]
29* allow user to clear completed downloads from summary [ easy ]
30* process download progress events:
31 - show contents of directory in associated search view! [ DIFFICULT, CG ]
32* cleanup-code (enum instead of 1,2,3,4) [ easy ]
33 26
34Later (0.7.1): 27Later (0.7.1):
35* auto-rename downloaded files to better names (user feedback!?) [ medium ] 28* auto-rename downloaded files to better names (user feedback!?) [ medium ]
@@ -46,8 +39,6 @@ Later (0.7.1):
46gnunet-gtk wishlist (from pre-0.7.0 days): 39gnunet-gtk wishlist (from pre-0.7.0 days):
47- #770? (use freedback (LOG) in gnunet-gtk via show-messages) 40- #770? (use freedback (LOG) in gnunet-gtk via show-messages)
48 (is this not working nicely already?) 41 (is this not working nicely already?)
49- while (!) downloading directory, display already received results
50 for download (now supported by libecrs!)
51- add option to list all indexed files and perhaps delete from them 42- add option to list all indexed files and perhaps delete from them
52 (ECRS now supports listing of indexed files!) 43 (ECRS now supports listing of indexed files!)
53- for potentially long clists, add option to specify a string 44- for potentially long clists, add option to specify a string