holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
193 stars 54 forks source link

Generated cumulative per-project statistics #7

Open jsedlace opened 8 years ago

jsedlace commented 8 years ago

Hi, nice tool for per-person stats, is there a possibility to generate cumulative per-project stats?

holmari commented 8 years ago

Sure. I do have it on my list as well, but I'm only sporadically working on this, so it might take some time to get to it. Let me know if you want to contribute!

tipsy commented 7 years ago

Any update on this one @holmari ? What kind of contributions are you looking for?

holmari commented 7 years ago

Unfortunately I don't have too much time to work on this project at the moment, but any kind of contributions are accepted, I'm happy to review them!

Since this would be a major feature, it might make sense to work on this on a branch until an initial version is ready for PR.

There would probably be a model class like GerritProjectData, analogous to GerritUserdata on JS side, and if some form of per-project preprocessing is needed, that would go on Java side. Keeping the code on the JS side as much as possible would be nice, so that users can be dynamically added and removed, and other such dynamic functionality could be easily added later.

There's some notes on how to easily develop the frontend in the commit message of 838d2b24, that should be helpful in getting started with some frontend changes.