Added tags page.
[gitstats.git] / TODO.txt
blob33ad80bb0106968cda3b57dd517a1c71d690e455
1 - development statistics generator for git
2         - should be as versatile as statcvs / statsvn
4 [Information]
5 - git-log
6 - git-ls-files
7         - Current list of files
8 - git-ls-tree -r <revision>
9         - get a list of files in each revision
10 - git-log --stat or --shortstat - N files changed, N insertions, N deletions
11 - git-log --name-status - svn-like list of modifications for each commit
12 - git-rev-list --all
13         - first and last commit
14 - git-show-ref --tags
15         - not all tags are tags on refs?
16 - git-log |git-shortlog -s
17         - author: number of commits
18 - git-what-changed
19 - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
20         - git-rev-list HEAD == git-log --pretty=oneline
22 [Stats]
23 - General
24         - Report Period (git-log)
25         - DONE Total Files (git-ls-files)
26         - DONE Total LOC?
27         - DONE Total Commits
28         - DONE Authors
30 - Authors
31         - List of authors
32                 - show only first 10 and rest on separate page?
33         - DONE (T): author, commits (%), LOC?, first commit, last commit
34         - DONE (T): Developer of the Month: month, author, commits, LOC?
35         - DONE (T): Author of Year
37 - Files
38         - Total Files
39         - Average file size
40         - Average revisions per file
41         - (G) File Count: x = date, y = files
42         - (G) Average file size: x = date, y = lines/file
43         - (T) File Extensions (or mime types from "file"?): extension, files (%), lines (%), lines/file
44         - (T) Largest Files?
45         - (T) Files With Most Revisions?
47 - Activity by Time?
48         - DONE Hour of Day
49         - DONE Day of Week
50                 - Hour of weekday -> 7x25?
51         - Month of Year
52         - (G?) Last 30 days
53         - (G?) Last 12 months
55 - (G) Lines of Code: x = date, y = lines
57 - Tags
58         - DONE (T): Name, Date
59         - Lines
60         - Authors (count of people contributing after last version)?
62 - Author page for each author
63         - Name, mail
64         - Total commits (%)
65         - LOC (%)
66         - Last commit: date
67         - First commit: date
68         - Activity by Clock Time
69                 - (G) Hour of Day
70                 - (G) Day of Week
71         - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
72         - (Most Recent Commits?)
74 [Stats in StatSVN]
75 - General
76         - Report Period (first/last date of commits)
77         - Total files?
78         - Total LOC?
79         - Developers
81 - Main stats
82         - Lines of Code: x = date, y = lines, releases/tags as vertical lines
83         - Table: Top 10 Authors: author, LOC (%)
84         - Table: Repository tags: name, date, lines, LOC Churn, Developers
85         - Tree: Directories: dir (N files, N lines)
87 - Developers
88         - Number of developers
89         - Table: author, changes (%), LOC (%), LOC/change
90         - Graph: Lines of Code: x = date, y = lines, colored lines for each author
91         - Table: Developer of the Month: month, author, lines
92         - Graph: Developer Activity
93         - Graph: Author Activity (bar for each author, showing modifying/adding percentages) (could be table)
94         - Graphs: Activity by Clock Time
95                 - Hour of Day
96                 - Day of Week
98 - Commit logs
99 - Lines of Code (same as main graph)
101 - File Statistics
102         - Graph: File Sizes and File Counts: x = date, y = files
103         - Graph: Average File Size (x = date, y = LOC/file)
104         - Table: File Types
105         - Table: Largest Files
106         - Table: Files With Most Revisions
108 - Directory sizes
109 - "Repo heatmap"?
110 - LOC and Churn
112 [Graphics]
113 - Use gnuplot, graphviz etc ?
115 [Usage]
116 - $ statgit [-o html] /path/to/git /output/dir
118 [name]
119 - statgit or gitstats (no google hits for either)
121 [Misc]
122 - use sortable.js ?
123 - could show some statistics from last year, month, etc... pisg-like?
124 - style: tabs at top for different pages