summaryrefslogtreecommitdiffstats
path: root/LAUNCH.txt
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-01-24 02:35:29 +0000
committerpjmattal <pjmattal>2005-01-24 02:35:29 +0000
commit04edaaf948e76b08aa04fec69429556a51a03279 (patch)
tree1d360f581899c4fdd94e4945d58de9f0dc022aa7 /LAUNCH.txt
parent9277a9d7d1851bb6e5c0bd3e07294bf8fcba4181 (diff)
downloadaurweb-04edaaf948e76b08aa04fec69429556a51a03279.tar.xz
updated list of tasks per my brainstorming
Diffstat (limited to 'LAUNCH.txt')
-rw-r--r--LAUNCH.txt19
1 files changed, 16 insertions, 3 deletions
diff --git a/LAUNCH.txt b/LAUNCH.txt
index 851f57c..a42f0bf 100644
--- a/LAUNCH.txt
+++ b/LAUNCH.txt
@@ -1,7 +1,20 @@
This is the list of things we need to get done by 2/15 in order to make a
3/1 launch happen. Feel free to add items to it as they come up, and put "DONE" next to things as you finish them.
+TIER 1 (critical)
* password crypt in php code - DONE
-* handle crypt passwords correctly in tupkgs - Jason?
-* db code in tupkgupdate for package updates/additions - Paul - partially done
-* functionality to delete unsupported packages (but not AUR ones) - Eric
+* handle crypt passwords correctly in tupkgs - DONE
+* db code in tupkgupdate for package updates/additions - Paul - DONE
+* functionality to delete packages in unsupported (but not in AUR) - Eric
+* a package should be made of tupkg client tool
+
+TIER 2 (pretty important)
+* when aur takes over a package, it should reset maintainer - Paul
+* tupkg and tupkgs should not output unhashed passwords
+* config file capability for tupkg client in user's homedir
+* email notification of errors in tupkgupdate - Paul
+* move config options for php code to separate file and make that file
+ a ".proto" file in svn
+
+TIER 3 (noncritical)
+* tupkgupdate should use updatesync instead of gensync - Paul