TODO.txt 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. - DONE (T): Developer of the Month: month, author, commits, LOC?
  30. - DONE (T): Author of Year
  31. - Files
  32. - Total Files
  33. - Average file size
  34. - Average revisions per file
  35. - (G) File Count: x = date, y = files
  36. - (G) Average file size: x = date, y = lines/file
  37. - (T) File Extensions (or mime types from "file"?): extension, files (%), lines (%), lines/file
  38. - (T) Largest Files?
  39. - (T) Files With Most Revisions?
  40. - Activity by Time?
  41. - DONE Hour of Day
  42. - DONE Day of Week
  43. - Hour of weekday -> 7x25?
  44. - Month of Year
  45. - (G?) Last 30 days
  46. - (G?) Last 12 months
  47. - (G) Lines of Code: x = date, y = lines
  48. - Tags
  49. - (T): Name, Date, LOC?, Developers
  50. - Author page for each author
  51. - Name, mail
  52. - Total commits (%)
  53. - LOC (%)
  54. - Last commit: date
  55. - First commit: date
  56. - Activity by Clock Time
  57. - (G) Hour of Day
  58. - (G) Day of Week
  59. - (T) Activity in Directories: Directory, Changes, LOC, LOC/change
  60. - (Most Recent Commits?)
  61. [Stats in StatSVN]
  62. - General
  63. - Report Period (first/last date of commits)
  64. - Total files?
  65. - Total LOC?
  66. - Developers
  67. - Main stats
  68. - Lines of Code: x = date, y = lines, releases/tags as vertical lines
  69. - Table: Top 10 Authors: author, LOC (%)
  70. - Table: Repository tags: name, date, lines, LOC Churn, Developers
  71. - Tree: Directories: dir (N files, N lines)
  72. - Developers
  73. - Number of developers
  74. - Table: author, changes (%), LOC (%), LOC/change
  75. - Graph: Lines of Code: x = date, y = lines, colored lines for each author
  76. - Table: Developer of the Month: month, author, lines
  77. - Graph: Developer Activity
  78. - Graph: Author Activity (bar for each author, showing modifying/adding percentages) (could be table)
  79. - Graphs: Activity by Clock Time
  80. - Hour of Day
  81. - Day of Week
  82. - Commit logs
  83. - Lines of Code (same as main graph)
  84. - File Statistics
  85. - Graph: File Sizes and File Counts: x = date, y = files
  86. - Graph: Average File Size (x = date, y = LOC/file)
  87. - Table: File Types
  88. - Table: Largest Files
  89. - Table: Files With Most Revisions
  90. - Directory sizes
  91. - "Repo heatmap"?
  92. - LOC and Churn
  93. [Graphics]
  94. - Use gnuplot, graphviz etc ?
  95. [Usage]
  96. - $ statgit [-o html] /path/to/git /output/dir
  97. [name]
  98. - statgit or gitstats (no google hits for either)
  99. [Misc]
  100. - use sortable.js ?
  101. - could show some statistics from last year, month, etc... pisg-like?
  102. - style: tabs at top for different pages