Timmeey86 / CustomTrainingStatisticsPlugin

GNU General Public License v3.0
2 stars 1 forks source link

Feature: Display a graph of the training progress #32

Closed Timmeey86 closed 2 years ago

Timmeey86 commented 2 years ago

The idea is to save statistics for every training pack and day separately, e.g. in <bakkesmoddir>\data\customtrainingstatistics\<training pack ID/code>\<date_time>.log and then read all files of the same pack on demand in order to display the percentages. This feature is probably a lot of work since it requires:

Timmeey86 commented 2 years ago

Closed due to bad effort/improvement ratio. What we can do instead is implement a CSV export so users can copy that to stuff like MS Excel and draw a graph there if they want to.