todo: removed section describing what statsvn has.
[gitstats.git] / doc / TODO.txt
blob8f42b6509e1043acdf45a1952b69a3eb4450a356
1 []
2 - Files
3         - (T) File count by date
5 - better style for images & tables (keep next to each other?)
6 - parameter --style default.css
7 - styles/default.css
9 [0.0.1]
10 - copy/link gitstats.css to target dir
11         - find out pwd or home dir?
13 [Unsorted]
14 - use sortable.js
16 [Information]
17 - git-log
18 - git-ls-files
19         - Current list of files
20 - git-ls-tree -r <revision>
21         - get a list of files in each revision
22 - git-log --stat or --shortstat - N files changed, N insertions, N deletions
23 - git-log --name-status - svn-like list of modifications for each commit
24 - git-rev-list --all
25         - first and last commit
26 - git-show-ref --tags
27         - not all tags are tags on refs?
28 - git-log |git-shortlog -s
29         - author: number of commits
30 - git-what-changed
31 - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
32         - git-rev-list HEAD == git-log --pretty=oneline
33 - for rev in $(git-rev-list HEAD); do echo "$rev" $(git-ls-tree -r "$rev" |wc -l); done
34         - number of files in each revision
36 [Stats]
37 - Activity by Time?
38         - (G?) Last 30 days
39         - (G?) Last 12 months
40         - (T) Hour of Week: percentages / coloring?
42 - Authors
43         - (T) List of authors
44                 - Lines
45                 - Position by nrof commits
46         - (T) Author of Month
47                 - Places 2-N ?
48                 - Lines
49         - (T) Author of Year
50                 - Places 2-N
51                 - Lines
53 - Files
54         - Average revisions per file
55         - (G) Average file size: x = date, y = lines/file
56         - (T) Largest Files?
57         - (T) Files With Most Revisions?
59 - Lines
60         - Average lines/file
61         - (G) Lines of Code: x = date, y = lines
62                 - could show tags as vertical lines
64 - Tags
65         - Lines
66         - Authors (count of people contributing after last version)?
68 - Author page for each author
69         - Name, mail
70         - Total commits (%)
71         - LOC (%)
72         - Last commit: date
73         - First commit: date
74         - Activity by Clock Time
75                 - (G) Hour of Day
76                 - (G) Day of Week
77         - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
78         - (Most Recent Commits?)
79         - Author of Month(s):
80         - Author of Year(s):
82 - Pages for years?
83         - Commits (% of all)
84         - Author top ten
85         - Month statistics
87 [Misc]
88 - use sortable.js ?
89 - could show some statistics from last year, month, etc... pisg-like?