Updated todo to reflect caching.
[gitstats.git] / doc / TODO.txt
blob6de61b2548cefc3c82d60c01dc0566f8c8fc6a15
1 []
2 - BUG linux-2.6 repository
3         - git-log --pretty=format:"%at %an" |grep -C3 unknown
4         - git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
6 [Unsorted]
7 - clean up after running gnuplot (option to keep .dat files around?)
8 - show raw data in some way (the tables used currently aren't very nice)
9 - allow multiple stylesheets
10         - parameter --style
11         - styles/{default,...}.css
12 - could show some statistics from last year, month, etc... pisg-like?
13 - use sortable.js
14 - Commandline options
15         --title "Project name"
16         --debug / --verbose
17 - save command line settings and use them next run if not overridden?
19 [Stats]
20 - General
21         - Total repository size (slooooow)?
23 - Activity by Time?
24         - (G?) Last 30 days
25         - (G?) Last 12 months
26         - (T) Hour of Week: percentages / coloring?
27         - (G) Pace of Changes - number of line/other changes happening over time
29 - Authors
30         - (T) List of authors
31                 - Lines
32         - (T) Author of Month
33                 - Lines
34         - (T) Author of Year
35                 - Lines
37 - Files
38         - Average revisions per file
39         - (G) Average file size: x = date, y = lines/file
40         - (T) Largest Files?
41         - (T) Files With Most Revisions?
43 - Lines
44         - Average lines/file
45         - (G) Lines of Code: show tags as vertical lines?
47 - Tags
48         - Lines
49         - Authors (count of people contributing after last version)?
51 - Author page for each author
52         - Name, mail
53         - Total commits (%)
54         - LOC (%)
55         - Last commit: date
56         - First commit: date
57         - Activity by Clock Time
58                 - (G) Hour of Day
59                 - (G) Day of Week
60         - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
61         - (Most Recent Commits?)
62         - Author of Month(s):
63         - Author of Year(s):
65 - Pages for years?
66         - Commits (% of all)
67         - Author top ten
68         - Month statistics