Files: Extensions (table).
[gitstats.git] / doc / TODO.txt
blobd2a4cc5384146901fed5be5399942283299ff336
1 []
2 - Files
3         - (T) File count by date
5 - style class for images (<div class="graph">)?
6 - better style for images & tables (keep next to each other?)
8 [0.0.1]
9 - copy/link statgit.css to target dir
10 - rename to gitstats ?
12 [Unsorted]
13 - use sortable.js
15 [Information]
16 - git-log
17 - git-ls-files
18         - Current list of files
19 - git-ls-tree -r <revision>
20         - get a list of files in each revision
21 - git-log --stat or --shortstat - N files changed, N insertions, N deletions
22 - git-log --name-status - svn-like list of modifications for each commit
23 - git-rev-list --all
24         - first and last commit
25 - git-show-ref --tags
26         - not all tags are tags on refs?
27 - git-log |git-shortlog -s
28         - author: number of commits
29 - git-what-changed
30 - XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
31         - git-rev-list HEAD == git-log --pretty=oneline
32 - for rev in $(git-rev-list HEAD); do echo "$rev" $(git-ls-tree -r "$rev" |wc -l); done
33         - number of files in each revision
35 [Stats]
36 - General
37         - Report Period (git-log)
38         - DONE Total Files (git-ls-files)
39         - DONE Total LOC?
40         - DONE Total Commits
41         - DONE Authors
43 - Activity by Time?
44         - (G?) Last 30 days
45         - (G?) Last 12 months
46         - DONE Hour of Day
47         - DONE Day of Week
48                 - Hour of weekday -> 7x25?
49         - DONE Month of Year
50         - DONE Commits by year/month
51         - DONE Commits by year
53 - Authors
54         - List of authors
55                 - show only first 10 and rest on separate page?
56         - DONE (T): author, commits (%), LOC?, first commit, last commit
57                 - TODO days/time as developer
58         - DONE (T): Developer of the Month: month, author, commits, LOC?
59         - DONE (T): Author of Year
61 - Files
62         - DONE Total Files
63         - DONE Total Lines
64         - DONE Average file size
65         - Average revisions per file
66         - DONE (G) File Count by Date: x = date, y = files
67         - (G) Average file size: x = date, y = lines/file
68         - DONE (T) File Extensions (or mime types from "file"?): extension, files (%), lines (%), lines/file
69         - (T) Largest Files?
70         - (T) Files With Most Revisions?
72 - (G) Lines of Code: x = date, y = lines
74 - Tags
75         - DONE (T): Name, Date
76         - Lines
77         - Authors (count of people contributing after last version)?
79 - Author page for each author
80         - Name, mail
81         - Total commits (%)
82         - LOC (%)
83         - Last commit: date
84         - First commit: date
85         - Activity by Clock Time
86                 - (G) Hour of Day
87                 - (G) Day of Week
88         - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
89         - (Most Recent Commits?)
91 [Stats in StatSVN]
92 - General
93         - Report Period (first/last date of commits)
94         - Total files?
95         - Total LOC?
96         - Developers
98 - Main stats
99         - Lines of Code: x = date, y = lines, releases/tags as vertical lines
100         - Table: Top 10 Authors: author, LOC (%)
101         - Table: Repository tags: name, date, lines, LOC Churn, Developers
102         - Tree: Directories: dir (N files, N lines)
104 - Developers
105         - Number of developers
106         - Table: author, changes (%), LOC (%), LOC/change
107         - Graph: Lines of Code: x = date, y = lines, colored lines for each author
108         - Table: Developer of the Month: month, author, lines
109         - Graph: Developer Activity
110         - Graph: Author Activity (bar for each author, showing modifying/adding percentages) (could be table)
111         - Graphs: Activity by Clock Time
112                 - Hour of Day
113                 - Day of Week
115 - Commit logs
116 - Lines of Code (same as main graph)
118 - File Statistics
119         - Graph: File Sizes and File Counts: x = date, y = files
120         - Graph: Average File Size (x = date, y = LOC/file)
121         - Table: File Types
122         - Table: Largest Files
123         - Table: Files With Most Revisions
125 - Directory sizes
126 - "Repo heatmap"?
127 - LOC and Churn
129 [name]
130 - statgit or gitstats (no google hits for either)
132 [Misc]
133 - use sortable.js ?
134 - could show some statistics from last year, month, etc... pisg-like?