Rational

Results 14 comments of Rational

@hugaleno Ideally, there should be a variable "session_start_time" that is persisted and holds the current session start time in the task object and a variable "elapsed_time" that is *not* persisted...

@hugaleno > we still have to save it periodically to avoid losing tracked time in case of something unexpected occur No! If the app crashes, you'll reopen it (when you'll...

@hugaleno 1- No, it will read the tasks from the database and see that a task is running because it has a started "session_start_time" which gets set to null when...