skip to main |
skip to sidebar
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)
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.
Improvements
- Added gender filter on distribution graph as well as top scores table
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.
Bug fixes
- Fixed Fitness Test create page
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.
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.