TODO.txt 2.9KB

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