Wednesday, November 10, 2010

Version 0.4.3 released

Improvements:
  • Added Top Improvements table showing the biggest improvements between two sessions. Table available in the web app and mobile app views.

Sunday, November 7, 2010

Version 0.4.2 released

Improvements
  • Added swipe capabilities when using an iPhone (the animations are still in the wrong direction, waiting on jqTouch to be updated).
  • Changed gender buttons on stats dashboard, should now work on IE.
  • We now have 2 login screens depending on device used to login.

Monday, October 25, 2010

Version 0.3.9 released

Improvements
  • Created stats report pages for mobiles

Upcoming
  • Login screen will be changed to fit a mobile
  • Logging in with a mobile will forward users directly to mobile pages

Saturday, August 28, 2010

Version 0.3.8 released

Improvements
  • Every record is attached to a client which enables using the application for different clients.

Saturday, July 24, 2010

Version 0.3.7 released

Improvements
  • Gender filter is applied just by clicking checkbox, not need to click update button
Bug fixes
  • Progress fitness test results are sorted by date, not just by training session start date

Thursday, June 17, 2010

Version 0.3.5 released

Improvements
  • Ability to enter more than a set of fitness test results for a session
  • Time saved in milliseconds
  • User and Trainee separation for easier maintenance

Thursday, May 20, 2010

Version 0.3.4 released

Improvements
  • Top scores shows people only once taking their best score.
  • Tooltips were added to graphs and avatar.
  • Stats dashboards UI enhancements.
  • Progress graph shows number.
Bug fixes
  • FitnessTestResult save fixed when an empty value was in repetitions field (on edit)

Sunday, May 16, 2010

Upcoming development

Features
  • Trainee "has quit" flag. Stats won't show up in the distribution graph nor in the top scores.
  • Top scores should only list a user once, using their best score.
  • Tooltip around graphs and tables explaining what scores appear, what don't and so on.
  • Tooltip over people's names showing their avatar.
  • Enable account creation, so that multiple trainers can track their client's stats.
  • Capture time in milliseconds and not in seconds. Will be easier to work with most date/time APIs and some people may want that kind of accuracy.
Infrastructure
  • Move fitnesstrackr onto the cloud or a better server (the 256MB machine is struggling).
  • Upgrade to Grails 1.3.0.

Version 0.3.3 released

Improvements
  • Added gender filter on distribution graph as well as top scores table

Thursday, May 13, 2010

Version 0.3.2 released

Improvements
  • Added accordion effect to stats dashboard to declutter the page.
  • Added avatar picture to trainee page and to start dashboard page. If you see an icon, that's because you don't have a Gravatar account created; go to Gravatar to create yourself an account.
Upcoming
  • Image tooltips over top scores, to see people's faces.
  • Male/female graph and top scores breakdown.

Monday, May 10, 2010

Version 0.3.1 released

Bug fixes
  • Fixed Fitness Test create page

Saturday, May 8, 2010

Version 0.3 released

Improvements
  • Added result distribution histogram that plots the frequency for certain result range. Thus we'll be able to see that most people get x amount of push-ups during the tests. In addition we'll also see where people's results compare to all recorded results.

Wednesday, May 5, 2010

Version 0.2 released

Improvements
  • Got a domain name for the application. Fitness Trackr can now be accessed at: http://www.fitnesstrackr.net/outdoorx
  • Use of JFreeChart as the charting library instead of YUI charts. Renders an image instead of using flash.
  • TrainingSession creation and editing lets select users with checkboxes instead of a multi-select.
  • Added footer.
Bug fixes
  • Fixed css where buttons towards bottom of page would not have style applied to them.