mysociety / remit

Research Management Information Tool (ReMIT) for Médecins Sans Frontieres' Manson Unit
Other
2 stars 1 forks source link

Add alerts for delayed studies #112

Closed stevenday closed 8 years ago

stevenday commented 8 years ago

This PR:

We'll need to set up a cron config to run the rake tasks on the live site.

Closes #69 Closes #4

davea commented 8 years ago

:+1:

stevenday commented 8 years ago

Regarding putting things into the config - I figured that whilst they might change, they're only going to change globally, not for different versions of the app (e.g. staging, prod, etc) so having to change them in the model is as good as having to change them in some config file. The only really valuable thing would be to put them in the db instead, so that MSF can change them, but we don't really have time for that at the moment.