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
- Host: GitHub
- URL: https://github.com/dantleech/trainer
- Owner: dantleech
- Created: 2011-06-19T10:01:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T19:24:25.000Z (over 2 years ago)
- Last Synced: 2025-04-14T01:12:54.587Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 1010 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
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.