X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/769b3ff3da08e6c00b155d08da475807ad13dbae..590a90d887a582be6f24d73f57f9df4ff99a0ce8:/SCRIPTS diff --git a/SCRIPTS b/SCRIPTS index bb3dfca..fda7fb4 100644 --- a/SCRIPTS +++ b/SCRIPTS @@ -8,16 +8,21 @@ set up in a development type environment on a non-Scripts server. Here documents Scripts specific code inside Wizard that should be moved away: - * We store Wizard info inside .scripts/; this should really be - .wizard. This might be kind of crappy to change, though. Maybe - .scripts should still contain Scripts specific info, but we - should instantiate a .wizard directory automatically (which should - be ignored) that doesn't need to be created in repositories. + * wizard/app/__init__.py is a pretty crazy disaster zone. + + - Application list + - Database removal + - Tags + + * [DEFER] `wizard migrate` should be moved to Scripts plugin * [DEFER] We should have `wizard install` do something intelligent about prompting a user about possibilities; not everyone is going to use the scripts-start wrapper. + * [DEFER] old_log is Scripts specific, and any code that uses it + should be plugin-ified. + * [DEFER] The mass-* commands are especially designed for Scripts, so while they're ostensibly portable, they'd probably need a bit of working to be easy-to-use for other people. They also rely on