Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravityblast/timetrialcc
timetrial.cc rails project
https://github.com/gravityblast/timetrialcc
Last synced: about 9 hours ago
JSON representation
timetrial.cc rails project
- Host: GitHub
- URL: https://github.com/gravityblast/timetrialcc
- Owner: gravityblast
- Created: 2016-02-02T18:46:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T03:54:27.000Z (almost 9 years ago)
- Last Synced: 2023-04-11T01:06:01.418Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README
This is the source code of [TimeTrial.cc](http://timetrial.cc).
## How does it work?
* Login with your Strava account.
* Start a new challenge.
* Select a segment you love.
* Set a challenge end time.
* Share your challenge and wait for people to join.
* The system records the first attempt of each user who joined.
* When the challenge is over you can see who has won.## Thechnologies and patterns used
* Rails 5
* Coffeescript
* Event sourcing to tracks user actions
* A kind of **CQRS** adapted to ActiveRecord to genererate timelines for users using the **Fan-out** pattern.## Author
[Andrea Franz](http://gravityblast.com)