added a TODO file for a roadmap
[gwvp.git] / TODO
1 TODO
2 ====
3
4 My basic roadmap of the things I want to do with this project in the order I want to do them:
5
6 Alpha Release
7 =============
8 1) user/group admin page fully functional + form validation
9 2) repo administration working
10 3) repo permissions working
11 4) move config (excluding db) into database
12 5) installation basically working
13 6) user registration and validation
14 7) implement captcha plugin via plugins for registration
15 8) repo push/pull fully working
16 9) full access control, with proper permission checks at both page and repo
17 10) ability to repo storage location on the fly
18
19 Beta Release
20 ============
21 1) usability fixes
22 2) installation solid
23
24 Stable Relase 1.0
25 =================
26 1) Full error checking
27 2) Full form validation
28 3) Packages (and maybe repos - i.e. apt/yum not git?) for various OS's 
29
30 and, not in any order:
31
32 Future
33 ======
34 1) more complex messaging structure
35 2) ability to create repos as clones of other repos (both inside and out)
36 3) ability to pull on those repos as required
37 4) a logo - something along the lines of http://git or git/web=>php (i.e. git over web via php)
38 5) sexier pages
39 6) i18n
40 7) email notifications
41 8) nested groups?
42 9) ability to compare repos within the site (i.e. repo a to repo b and get diffs)
43 10) ability to define repo permissions on a per-branch basis
44 11) an issues register with the ability to link it to commits
45 12) ability to submit patches to repos
46 13) control the usage of git repos on a per-user and repo basis 
47 14) system update mechanism