jonmarkgo / Predict-the-Sky

Our solution to the Predict the Sky challenge for the NASA Space Apps Hackathon in NYC
http://predictthesky.heroku.com/
2 stars 1 forks source link

To do list #2

Open jeffsaracco opened 12 years ago

jeffsaracco commented 12 years ago
jonmarkgo commented 12 years ago

If you change the minute checker to be < 10 rather than <20 it should fix the duplicate messages (since the task only runs every 10 min)

If you have time, it'd also be cool to add a couple more events from heavensabove

jeffsaracco commented 12 years ago

Yeah we changed it to 9 minutes, and I am now grabbing the timezone name from the latitude and longitude.

We will look into grabbing some more events from heavens above

jonmarkgo commented 12 years ago

Just a note - I was originally grabbing timezone name from lat/long (if you check commit history) but the timezone abbreviations he was using on the site didn't match the ones internally in Rails so it would cause his site to return 500 errors... To solve, I copy/pasted his timezone selection box so the values would match up