Discussed in #96
Originally posted by akshaykagarwal May 12, 2023
Is it possible to add the number of lines that were changed(added/removed/modified) per commit activity? This way, one can better track a user's actual activity/contribution instead of just seeing how many commit activity they did. It can also be used to track if an activity was related to a minor change or a major one thus helping in impact analysis as well.
If you can give some pointers on where to look at for updating the code, I can try and update the code :)