| |   |
| 1 | events: |
| 2 | * need to create user-less events even we don't find matching users, otherwise it gets weird whenever there's commits from non-registered gitorious users (or users commit from another email). |
| 3 | - maybe save name+email in events table in that case, so we can hook them up to a user later if needed. |
| 4 | |
| 1 | 5 | new-ui: |
| 2 | 6 | * mandatory project descriptions, at least a sentence or two |
| 3 | 7 | * tweak fonts-sizes and line-heights |
| 4 | 8 | * Clone stats graph on repositories#index |
| 5 | | * divergence from mainline in +/- |
| 6 | 9 | * popular & active projects on frontpage |
| 7 | 10 | * make the top-header smaller (move gitorious logo to footer?) |
| 8 | 11 | |
| toggle raw diff |
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,11 @@
+events:
+* need to create user-less events even we don't find matching users, otherwise it gets weird whenever there's commits from non-registered gitorious users (or users commit from another email).
+- maybe save name+email in events table in that case, so we can hook them up to a user later if needed.
+
new-ui:
* mandatory project descriptions, at least a sentence or two
* tweak fonts-sizes and line-heights
* Clone stats graph on repositories#index
-* divergence from mainline in +/-
* popular & active projects on frontpage
* make the top-header smaller (move gitorious logo to footer?)
|