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

Enforce address check in backend on both public and private endpoint #52

Closed bartjkdp closed 4 years ago

bartjkdp commented 4 years ago

We are currently only checking the address in the backoffice when adding a new complaint. In the public interface this address check is not enforced. It would be nice to perform PDOKAddressValidation on the public endpoint as well.