Skip to content

implement model-notification websocket

Konrad Mohrfeldt requested to merge feat/model-events into main

This commit adds support for a notification websocket through which clients can receive events for model database operations.

This allows us to fetch new data in the frontend, whenever data is changed in the backend without using polling.

@robert Vielleicht magst du nochmal rein schauen. Hast du Erfahrung mit Django Channels? Ich würde mich noch um Tests kümmern.

Merge request reports