]> git.donarmstrong.com Git - debbugs.git/blob - future_directions
merge changes from dla mainline
[debbugs.git] / future_directions
1 Here are outlined some of the future directions for the debbugs
2 codebase and things that should be done.
3
4 PACKAGE CLEANUP
5
6 * Stop doing the .in -> foo translation
7 * Use ExtUtils::Makemaker instead of a custom makefile
8 * More testing of modules so it's not so easy to break things
9
10
11 GENERAL ORGANIZATIONAL CLEANUP
12
13 * Modularization
14   * use of strict and warnings everywhere
15   * Split out errorlib and common.pl; stop requiring stuff
16   * Use CGI::Simple, URI, and Params::Validate instead of our own
17     versions
18
19 * Configuration Module
20   * Allow for multiple debbugs configurations; easy overriding of values
21   * Possibly implemented using Config::General (maybe Config::Simple?)
22     with hack to allow for backwards compatibility
23     - The backwards compatibility hack is now fully implemented, a
24       decision on a configuration system just needs to be made.
25
26 * Separation of Output forms from the code
27   * Use Text::Template to do this; it's simple, we don't lose
28     flexibility if we need it
29
30 * Bring back all of the helper scripts into the bzr repository and
31   document the setup of Debian's bts
32
33 FEATURES
34
35 * Full text searching -- using Hyper Estraier (in progress on merkel)
36   * See Debbugs::Estraier
37
38 * CGI Options enable/disable forms
39
40 * Better display of bugs in bug lists
41   - Display subsidiary bugs: merged bugs, block bugs, etc.
42
43 * Archiving [display of applicable bugs even if they are archived]
44
45 BUG FIXING
46
47 * ...