TODO.txt 3.8KB

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