summaryrefslogtreecommitdiffstats
path: root/LAUNCH.txt
blob: 0770d821731f281cf696cd9b2fff5440e7def5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 - 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)
* 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
* add foreign key constraints with on delete cascade to make sure
  entries are not orphaned in PackageSources and PackageDepends

TIER 3 (noncritical)
* tupkgupdate should use updatesync instead of gensync - Paul
* error message when a non TU tries to adopt packages
* add method from the web for setting/changing package category
* only allow the maintainer to tupkg upload packages he owns (in tupkgs)