You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 likeTitle,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?
The text was updated successfully, but these errors were encountered: