codeforamerica / MuniciPal

:speech_balloon: Consulting city-dwellers about legislation near them.
22 stars 14 forks source link

keep agenda items synced with data available from Legistar API #23

Closed techieshark closed 10 years ago

techieshark commented 10 years ago

We should display the most current Legistar agenda items on a timely consistent basis.

Implementation thoughts:

  1. We have a rake task (rake legistar_all:load) to fetch items from Legistar; we can set this up on a heroku scheduler to run regularly.
  2. Before doing step 1, we need to ensure that duplicates are handled properly.
tbuckl commented 10 years ago

sort of fixed by https://github.com/codeforamerica/MuniciPal/commit/b498b0aa151b9b17d449a8ec63ba4242be3f1519

we are doing this with a nightly refresh for now(https://devcenter.heroku.com/articles/scheduler). need to check to make sure that disqus comments still work and then we can close this.

tbuckl commented 10 years ago

this seems to be working fine.