Signalen / backend

Backend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
5 stars 5 forks source link

Create small script to calculate "servicebelofte" for all signals in the database #150

Closed bartjkdp closed 3 years ago

bartjkdp commented 3 years ago

Currently we only calculate "servicebelofte" for newly created Signals. This was a show-stopper for releasing a new version to 's-Hertogenbosch production.

CBuiVNG commented 3 years ago

python api/app/manage.py calculate_deadlines Using local database information Find open Signals without deadlines ... ... re-assign category (triggering deadline calculation). Number of signals without deadlines 290 Done

bartjkdp commented 3 years ago

Nice 👍