blob: 7561560418649fdf24987e525571705bdd304f80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Possible TODO list. Not complete, just a collection of random thoughts for
things we might otherwise forget. More for core ideas than ideas for new
modules... Don't bother using the ChangeLog for this file.
Targets
=======
* figure out interactive mode -- interactive should only be allowed for
certain designated actions. We'll also need library functions for menus and
so on. See code in config module for a rough demo. (n.n)
* make these modules 'undodgy': config (n.n)
Possible Ideas
==============
* test suite (ciaranm)
* --interactive/--ask : We could make this a global option and PUBLIC, for th
modules to decide whether an action can be performed. (ciaranm doesn't like
this idea)
|