No commit activity in last 3 years
No release in over 3 years
A lib for interacting with opensprints race records data. If you want to write a new application to display opensprints stats or run races, this is your gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

opensprints-core¶ ↑

This is a library for interacting with the data recorded by opensprints. Racers, Speed, Events, best time, losses, speed, etc. are all encapsulated here. If you’d like to create a ruby application for goldsprints registration, conducting races, or analyzing performances “opensprints-core” is your gem.

This library was extracted from {github.com/evanfarrar/opensprints opensprints}. This is the “model” for opensprints’s view. This portion of the application had good test coverage (the view portion has none). This portion of the app has kept a similar structure since the beginning of the project (opensprints’ view has been completely rewritten with at least 4 different architectures and libraries). This gem is currently only used in the {github.com/evanfarrar/opensprints.org opensprints.org application} and the {github.com/evanfarrar/opensprints opensprints shoes application}. If you’re using it in your project, let me know (evan (at) opensprints (period) org).

Note on Patches/Pull Requests¶ ↑

OpenSprints has an aggressively liberal commit policy. If you follow or fork the project on github, we’ll add you the project’s collaborators list.

If you’re intereseted in learning more about the structure of this application to modify, extend or fork it, read our API docs:

Copyright © 2009 Evan Farrar. See LICENSE for details.