Code

hyperlinking of special message text
[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. When stuff is
4 done, it's moved to the CHANGES file.
6 ======= ========= ============================================================
7 State   Component Description
8 ======= ========= ============================================================
9 pending example   meta/parent bug implementation (feature request #506815)
10 pending example   replace the "extended" example with a "help desk" one, and
11                   rename "classic" to "bug tracker"
12 pending example   script for retrieval of "mbox" archive of all messages
13 pending hyperdb   range searching of values (dates in particular).
14                   Filter specifies {property: (comparison function, value)}
15                   comparison functions: lt, le, eq, ge, gt. eq and
16                   [value, value, ...] implies "in"
17 pending hyperdb   migrate "id" property to be Number type
18 pending hyperdb   multilink sorting by length is dumb
19 pending hyperdb   lastchangedby auto-property giving last user to change an
20                   item
21 pending hyperdb   pysqlite and locks
22                   http://www.hwaci.com/sw/sqlite/c_interface.html
23 pending tracker   split instance.open() into open() and login()
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
29                   default classes and property values (possibly through
30                   command-line args to the mailgw as invoked in the mail
31                   delivery "aliases" file) eg::
33                    roundup: "|roundup-mailgw /instances/dev"
34                    vmbugs: "|roundup-mailgw /instances/dev component=voicemail"
36 pending mailgw    Identification of users should have a configurable degree of
37                   strictness (ie. turn off username==address matching)
38 pending mailgw    Use in-reply-to for determining message lineage when subject
39                   line lets us down
40 pending mailgw    Allow different brackets delimiting [issueNNN] in Subject
41 pending email     email sig could use a "remove me from this list"
42 pending messages  Snarf the first whole sentence, or full first line of
43                   messages for the summary - whichever is longer.
44 pending project   switch to a Roundup instance for Roundup bug/feature tracking
45 pending security  authenticate over a secure connection
46 pending security  optionally auth with Basic HTTP auth instead of cookies
47 pending security  use digital signatures in mailgw
48 pending admin     "roundup-admin list" should list all the classnames
49 pending admin     the find command in roundup-admin could do more than equality
50                   checks != for instance. Also the ability to check =None.
51 pending web       I18N
52 pending web       Better message summary display (feature request #520244)
53 pending web       Navigating around the issues (feature request #559149)
54 pending web       Quick help links next to the property labels giving a
55                   description of the property. Combine with help for the actual
56                   form element too, eg. how to use the nosy list edit box.
57 pending web       clicking on a group header should filter for that type of
58                   entry
59 pending web       re-enable auth basic http auth
60 pending web       allow multilink selections to select a "none" element to allow
61                   people with broken browsers to select nothing?
62 pending web       add checkbox-based removal/addition for multilink entries
63                   (eg "add me"/"remove me" for nosy list)
64 pending web       search "refinement" - pre-fill the search page with the
65                   current search parameters
66 pending web       column-heading sort stuff isn't implemented
67 pending web       multilink item removal action with retirement
68 pending web       implement a python dict version of the form values
69 pending web       implement the request.url attribute?
70 pending web       query editing isn't fully implemented
71 pending web       UNIX init.d script for roundup-server
72 ======= ========= =============================================================