plato icon indicating copy to clipboard operation
plato copied to clipboard

[Feature request] Reading statistics?

Open leg7 opened this issue 6 months ago • 0 comments

Would adding simple reading statistics be feasible? I'm not even asking about a fancy UI to display them or anything but just logging to a file so I can look into it later and do data analysis.

I think logging to a global csv file readingSessions.csv would be enough. The columns would be something like Title,Author,Timestamp,MinutesSpentReading. Then anyone could import this in R or python and make some cool vizualisations and analysees.

This logging would trigger everytime the device goes to sleep while reading a file or when exiting to the home screen. Maybe don't log the session if it's less than a minute?

leg7 avatar Aug 12 '24 22:08 leg7