-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
54 lines (32 loc) · 1.64 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Important:
* Inherited Codes from Aggregation codes, or a better mode to put codes to codes themselves.
Incorporate a email address clean-up modules like the one described in
Bird, C., Gourley, A., Devanbu, P., Swaminathan, A., and Gertz, M. Mining Email Social Networks, ICSE 2006 Workshop on Mining Software Repositories (MSR 2006)
and made available as:
http://code.google.com/p/picktools/source/browse/#svn/trunk/cluster%3Fstate%3Dclosed
Medium:
* Consistency Check
* TIE Integration
* Fetching:
* Better fetching dialog including Fetch by date, Fetch by number
* Visualization:
* Fix Bounding Box scaling for picking.
* Integrate drag and drop coding
* Add support for coding videos by adapting Laura's code.
Enhancement:
* Add id of primary document to title of Document View
* Switch to a TreeTable implementation that can also show a filter by metadata attributes.
* PrimaryDocumentTree
* Support to reparent replies (probably just drag and drop support in general)
* Renaming of nodes
* View Tracking:
* Updates to the tree should not be cause it to forget which nodes where open
* In Codebox:
* Make ref codes clickable
* Perform a Lucene reindexing/integrity check in the background, independently
from GmanDA itself.
* Add a status bar, that allows access to the std- and err-out
* Switch to JFace / SWT
* Bug in GlazedLists: Column header gets white on click -> Wait for GL 1.8
* Use RegularExpression TextMatcher from GL 1.8
* Configuration dialogs for all registered PreferenceItems.