]> scripts.mit.edu Git - wizard.git/blob - SCRIPTS
Schlep around database handling functions to wizard.sql, add wizard.sql.drop hook.
[wizard.git] / SCRIPTS
1 Wizard and Scripts
2 ==================
3
4 We'd like Wizard to be sufficiently general so as to not work
5 on Scripts. To some degree, it already is; Wizard can be easily
6 set up in a development type environment on a non-Scripts server.
7
8 Here documents Scripts specific code inside Wizard that should
9 be moved away:
10
11     * wizard/app/__init__.py still has some Scripts stuff
12
13         - Tags
14
15     * [DEFER] `wizard migrate` should be moved to Scripts plugin
16
17     * [DEFER] We should have `wizard install` do something intelligent
18       about prompting a user about possibilities; not everyone is going
19       to use the scripts-start wrapper.
20
21     * [DEFER] old_log is Scripts specific, and any code that uses it
22       should be plugin-ified.
23
24     * [DEFER] The mass-* commands are especially designed for Scripts,
25       so while they're ostensibly portable, they'd probably need a bit
26       of working to be easy-to-use for other people.  They also rely on
27       a "versions" directory whose code exists independently of Wizard.