summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-01 23:06:25 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-01 23:06:25 +0100
commitb22c101c94622577fba858cb4e1baae6a3b6fdd6 (patch)
tree6054591292f0b9814c7364cad222fd3d5ccce67a /TODO
parent43689224c1db3a4a23440d364fb4be557590b75e (diff)
refactoring in interactive profile, some stuff related to phases/workers, and some todo updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index af5ce25..4d74580 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,18 @@
* process and fix libraries
* fix to use $var_UI_TYPE where needed
-* write the ui functions for asking questions etc for both cli and dialog,
-and port all code to use it.
+* write the ui functions for asking questions etc for both cli and dialog and port all code to use it.
* instead of using the 'base' profile and letting other profiles override,
we should have even more flexibilty to take parts from different profiles.
+ eg dieter profile maybe wants to use something interactive. or base
+ profile wants to do something interactive. interactive functions maybe
+ dont belong in a profile?
+
+* base profile idea: it should just tell you what to do? -> less
+ implementation work in base profile, more in other profiles...
* fix crossconcerns: some procedures could be about _what_ (desktop,server),
others are about _how_ (autodetection, asking user,...) (profile vs...
'mode' ?)
+* port classic installer so it works with fifa
* make some sensible default profiles (eg desktop, server, ...)
* make it work
* someday.. make a script '/arch/setup' that calls '/arch/fifa.sh interactive'