Wednesday, February 1, 2012

Track It

This is a program that makes it dirt-simple to enter data.

The UI would have a text input box, where users would input data with the following syntax:
<num> <identified>
For example, a user may input "15 push ups" indicating that they did 15 push ups, or "1000 calories" indicating that they burnt 1000 calories (or ate 1000).  The program would then facilitate analysis of this data - plotting the values over time, providing averages, standard deviations and of course allow for exporting of the data into some other data formats, like excel.

An api could eventually be provided so that the other programs could use the general storage facilities.


No comments:

Post a Comment