https://github.com/arscan/chain
My first rails app. Collaborative Seinfeld-style chaining type game thing. But mainly just learning rails.
https://github.com/arscan/chain
Last synced: 3 months ago
JSON representation
My first rails app. Collaborative Seinfeld-style chaining type game thing. But mainly just learning rails.
- Host: GitHub
- URL: https://github.com/arscan/chain
- Owner: arscan
- Created: 2013-04-25T21:22:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T02:38:17.000Z (about 13 years ago)
- Last Synced: 2025-03-05T21:46:53.875Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chain
=====
My first rails app. Collaborative Seinfeld-style chaining type game thing.
[](https://travis-ci.org/arscan/chain)
Some ideas
----
* see [seinfeld's productivity tool](http://lifehacker.com/281626/jerry-seinfelds-productivity-secret)
* more abstract than days as basic unit
* single or multiplayer
* instead of seeing a calendar with everything checked off, have it be something more fun/abstract / visual
* support multiple activities to chain
* allow others to create visualizations listed above
* allow teams / competitions
* start with github integration
* have a wiki page for each type of activity that is being chained
If you are into this kind of thing, check out [HabitRPG](https://habitrpg.com).
A tentative plan of attack:
----
* get environment set up
* set up models
* set up controllers for API access
* set up views for basic html/json interfaces
* get testing framework up and running
* hook up to CI
* do auth & auth
* put in client side framework (ember.js? angular.js?)
After I do this, hopefully I'll have a better idea of how I want the app to work :)
Wish me luck!
-Rob