LLNL/Task-Time-Tracker

Name: Task-Time-Tracker

Owner: Lawrence Livermore National Laboratory

Description: A client side web app for tracking your time

Created: 2016-02-24 17:31:00.0

Updated: 2017-08-24 05:40:08.0

Pushed: 2017-08-28 17:39:27.0

Homepage:

Size: 596

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Time Tracker Logo

This web app will allow you to track the time you spend on various tasks. It allows for definition of arbitrary tasks and quick transitions between tasks. The app doesn't require an Internet connection; it runs solely in your browser without the need to contact any remote web servers.

Many studies have shown that humans aren't good at multitasking. In deference to our serially-threaded natures, this software only allows one active task at a time. This design allows you to fully focus on the task at hand.

A Primer

The UI for the Task Timer program aims for simplicity. In this case, a picture is sufficient to explain how to use the program:

A screenshot of the program's UI.

Installation & Use

There are two installation options:

Once you have obtained the source?either via Git or a good ol' download?open the newly downloaded file called time_tracker.html.

Supported Browsers

*I have not tested functionality on IE. I believe it may work, but don't know for sure.

A Note On Timer Accuracy

This time tracker program is not meant to be used for tasks where absolute, to-the-second timer accuracy is necessary. If you need to know how long a task takes down to the second, do not use this app.

Web browsers were not made to be timepieces; keeping time is a very low priority for them. As such, the task timers you define with this program may lose several seconds every hour.

The 'why' behind this is beyond the scope of this article. For the technically inclined, here is some further reading:

Software License

This Time Tracker program is free, open-source software offered under the GNU Public License, Version 2. A copy of the Software License is distributed with the software.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.