flaviostutz / gitwho

Inspects a git repository and gives insights about developers around code ownership, churn, refactorings, new codes and people that help others.
MIT License
5 stars 1 forks source link

Create graph format for ownership-timeline analysis #21

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

Problem being solved

Currently we show numbers and tables for ownership-timeline results, but a graph would give more insights easily

Proposal

Create --format=graph for a graph version of the results

flaviostutz commented 1 year ago

See https://github.com/guptarohit/asciigraph for a graph lib on terminal, or https://github.com/go-echarts/go-echarts for generating html graphs