stuliston / lastmanstand.in

0 stars 0 forks source link

Get real fixtures and results into database #16

Closed stuliston closed 11 years ago

stuliston commented 11 years ago

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.

stuliston commented 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

stuliston commented 11 years ago

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
robmonie commented 11 years ago

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