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

System-to-system connections #33

Open bartjkdp opened 4 years ago

bartjkdp commented 4 years ago

The Signals backend currently offers a "plugin-like" system based on Django apps and Django signals. For example connections to Sigmax are implemented as a separate Django app.

In the foreseeing future we would like to add connections to additional systems:

Is the plugin-based solution direction we currently have still the best way to create the connections to these systems or should we consider another design?