Closed stuliston closed 11 years ago
The first task I'm considering is renaming League to Competition. That's the language used in the API, plus is makes sense because we can cover things like The World Cup, FA Cup, Open Tennis etc in the future.
Having a quick crack at that now
Okay that's done. I suggest we all pull ASAP and (since I re-wrote history in terms of the migrations) run the full DB recycle:
bundle exec rake db:drop db:create db:migrate db:seed db:test:prepare db:schema:dump --trace
Cool. No worries.
On Thu, Aug 1, 2013 at 4:33 PM, Stuart Liston notifications@github.com wrote:
Okay that's done. I suggest we all pull ASAP and (since I re-write history in terms of the migrations) run the full DB recycle:
bundle exec rake db:drop db:create db:migrate db:seed db:test:prepare db:schema:dump --trace
Reply to this email directly or view it on GitHub: https://github.com/stuliston/lastmanstand.in/issues/16#issuecomment-21917452
Ash left this in a place I might find it
http://sports.playup.com/sports
I think we need a mix of automatic API (if possible) and an admin system for corrections and as a backup. I'm thinking Active Admin since we already have Devise configured.