TODO.txt 3.1KB

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