Code

moving towards full database export
[roundup.git] / TODO.txt
1 General Roundup project TODO list. Note that some of these are semi-formed
2 ideas. Those ideas that don't make the cutoff for the next major release are
3 punted automatically into the subsequent major release TODO.
5 State   Description
6 ------------------------------------------------------------------------------
7 pending example: meta/parent bug implementation (feature request #506815)
8 pending hyperdb: write a backend for gadfly
9 pending hyperdb: range searching of values (dates in particular)
10         - filter specifies {property: (comparison function, value)}
11           comparison functions: lt, le, eq, ge, gt. eq and
12           [value, value, ...] implies "in"
13 pending hyperdb: make creator, creation and activity available pre-commit
14 pending hyperdb: migrate "id" property to be Number type
15 pending hyperdb: allow classes to define their ordering (properties, asc/desc)
16 pending hyperdb: entire database export and import (files, journals and all)
17 pending instance: including much simpler upgrade path and the use of
18                   non-Python configuration files (ConfigParser)
19 pending instance: move the header link config out into an html template
20 pending instance: cleanup to support config (feature request #498658)
21 pending instance: split instance.open() into open() and login()
22 pending instance: rename to "instance" to "tracker"
23 pending instance: sanity check instance setup after all these changes
24 pending mailgw: allow commands (feature request #556996)
25                 like "help", "dump issue123" (would send all info about
26                 issue123, including a digest of all messages, but probably
27                 not all files...), "list issue", ...
28 pending mailgw: Allow multiple email addresses at one gw with different default
29                 classes and property values (possibly through command-line
30                 args to the mailgw as invoked in the mail delivery "aliases"
31                 file) eg:
32                   roundup: "|roundup-mailgw /instances/dev"
33                   vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
34 pending project: switch to a Roundup instance for Roundup bug/feature tracking
35 pending security: at least an LDAP user database implementation
36 pending security: authenticate over a secure connection
37 pending security: use digital signatures in mailgw
38 pending web: I18N
39 pending web: Better message summary display (feature request #520244)
40 pending web: Navigating around the issues (feature request #559149)
41 pending web: Re-enable link backrefs from messages (feature request #568714)
42 pending web: fix double-submit by having new-item-submit redirect at end
43 pending web: Quick help links next to the property labels giving a
44              description of the property. Combine with help for the actual
45              form element too, eg. how to use the nosy list edit box.
46 pending web: feature request #507842
47 pending web: clicking on a group header should filter for that type of entry
48 pending web: have index page handle mid-page errors better so header and
49              footer are still visible!
51 ongoing  any bugs
53 done hyperdb: full-text search also search certain String properties (RJ)
54 done hyperdb: further split the *dbm backends from the core code, allowing
55               easier non-dict-like backends (eg metakit, RDB) (RJ)
56 done hyperdb: fix the journal bloat (RJ)
57 done hyperdb: add Boolean and Number types (GM)
58 done hyperdb: update design document (RJ)
59 done mailgw: better help message (feature request #558562) (RJ)
60 done security: add info from doc/security.txt to design doc (RJ)
61 done security: switch to sessions for web authentication (RJ)
62 done security: implement and use the new logical control mechanisms
63 done web: saving of named queries (GM)
64 done web: handle "not found", access and item page render errors better (RJ)