blackus3r / post-worktime-logger

Post Worktime Logger is a WordPress plugin that allows you to track the time you worked on each post.
https://wordpress.org/plugins/post-worktime-logger/
GNU General Public License v3.0
7 stars 8 forks source link

It seems, that calculating the worktime is wrong. #30

Closed blackus3r closed 8 years ago

blackus3r commented 8 years ago

The problem is, last ping timetamp. I will rewrite it, by implementing a frontendbuffer, which is flushed when a successful ajax call was made. Otherwise, the buffer collects the tracked work time until we have made a successfull call.