Im sooooo happy, the repo can be initialised when its totally
[gwvp.git] / TODO
1 TODO
2 ====
3
4 Im thinking about changing the name of my project to something like AGOW (all git over web)
5 TGOW (total) or something
6
7 My basic roadmap of the things I want to do with this project in the order I want to do them:
8
9 Current
10 =======
11 1) implement repo permissions
12 2) add a page after repo creation to explain how to populate (via git remote add, git push name master)
13 3) remove initial repo bit via bundle - going to leave this here for now
14 4) fix up the gitbackend function once and for all
15 5) add a config var and initial setup var for website name (i.e. hostname)
16
17 Alpha Release
18 =============
19 1) user/group admin page fully functional + form validation
20 2) repo administration working
21 3) repo permissions working
22 4) move config (excluding db) into database
23 5) installation basically working
24 6) user registration and validation
25 7) implement captcha plugin via plugins for registration
26 8) repo push/pull fully working
27 9) full access control, with proper permission checks at both page and repo
28 10) ability to repo storage location on the fly
29 11) add project to freshmeat at alpha release
30
31 Beta Release
32 ============
33 1) usability fixes
34 2) installation solid
35
36 Stable Relase 1.0
37 =================
38 1) Full error checking
39 2) Full form validation
40 3) Packages (and maybe repos - i.e. apt/yum not git?) for various OS's 
41
42 and, not in any order:
43
44 Future
45 ======
46 1) more complex messaging structure
47 2) ability to create repos as clones of other repos (both inside and out)
48 3) ability to pull on those repos as required
49 4) a logo - something along the lines of http://git or git/web=>php (i.e. git over web via php)
50 5) sexier pages
51 6) i18n
52 7) email notifications
53 8) nested groups?
54 9) ability to compare repos within the site (i.e. repo a to repo b and get diffs)
55 10) ability to define repo permissions on a per-branch basis
56 11) an issues register with the ability to link it to commits
57 12) ability to submit patches to repos
58 13) control the usage of git repos on a per-user and repo basis 
59 14) system update mechanism