Cleanup.
[gitstats.git] / doc / TODO.txt
blob6da60cc8f5fe92d19146ebd805a582a06a40656f
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 - state saving/restoring?
18         - could save data that can not be recreated quickly (for example files/lines data)
19                 - tags
20                 - files_by_stamp could be cached
21         - would have to cope with cases where history is rewritten
22         - use pickle.dump() & pickle.load()
23         - where to save the state file? <repo>/.git/gitstats.dat ?
24         - also save command line settings and use them next run if not overridden?
26 [Stats]
27 - General
28         - Total repository size (slooooow)?
30 - Activity by Time?
31         - (G?) Last 30 days
32         - (G?) Last 12 months
33         - (T) Hour of Week: percentages / coloring?
34         - (G) Pace of Changes - number of line/other changes happening over time
36 - Authors
37         - (T) List of authors
38                 - Lines
39         - (T) Author of Month
40                 - Lines
41         - (T) Author of Year
42                 - Lines
44 - Files
45         - Average revisions per file
46         - (G) Average file size: x = date, y = lines/file
47         - (T) Largest Files?
48         - (T) Files With Most Revisions?
50 - Lines
51         - Average lines/file
52         - (G) Lines of Code: show tags as vertical lines?
54 - Tags
55         - Lines
56         - Authors (count of people contributing after last version)?
58 - Author page for each author
59         - Name, mail
60         - Total commits (%)
61         - LOC (%)
62         - Last commit: date
63         - First commit: date
64         - Activity by Clock Time
65                 - (G) Hour of Day
66                 - (G) Day of Week
67         - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
68         - (Most Recent Commits?)
69         - Author of Month(s):
70         - Author of Year(s):
72 - Pages for years?
73         - Commits (% of all)
74         - Author top ten
75         - Month statistics