git-time-metric / gtm

Simple, seamless, lightweight time tracking for Git
MIT License
973 stars 52 forks source link

Dashboard app for gtm #105

Open acuarica opened 4 years ago

acuarica commented 4 years ago

Hi guys,

I found gtm an extremely valuable tool. It would be even better if it has a nice dashboard where you can see your stats. So in the last weeks I started a Dashboard for gtm. Here is the link to the repo

https://github.com/acuarica/gtm-web

and you can find the demo here

https://acuarica.github.io/gtm-web/

This is probably linked to issues #15, #32 and #41, so I include them here.

I have in mind two options of integrating it to gtm.

  1. Using a local web server embedded in gtm
  2. Using an Electron app that runs gtm on demand

For both options gtm would need to be upgraded, I hope that it can be done.

I'm looking forward to hear your feedback.

Best, Luis.

acuarica commented 4 years ago

I've decided to go for 2. An Electron app that reads gtm data and lets you visualize your time data.

You can find the pre-release here: https://github.com/acuarica/gtm-web/releases

Sure, there is a lot of room for improvement. Glad to hear your feedback.

Best, Luis.