An open API service indexing awesome lists of open source software.

https://github.com/dantleech/trainer

Symfony 2 / Doctrine MongoDB app for tracking sport activity
https://github.com/dantleech/trainer

Last synced: 12 months ago
JSON representation

Symfony 2 / Doctrine MongoDB app for tracking sport activity

Awesome Lists containing this project

README

          

Mongo Trainer
=============

LEGACY PROJECT: this project is now an historical personal project.

Mongo Trainer is a sports training application that:

* Logs either timed sessions or distance sessions
* Logs for any number sports (e.g. Running, Swimming, Bike)
* Ranks the sessions
* Provides performance / time graphs
* Enables "labels" to be applied to Routes and Sessions.
* Sessions can either be logged independently or tagged to a Route.
* Average speed and minutes-per-km shown for each session
* Free text log for each session.
* Provides inline trend graphs when listing routes.
* Supports both Miles and Kilometeres
* Weight logging

It is runs on Symfony2 with MongoDB and Twitter Bootstrap.