ba-thesis/app/gotify
2023-08-02 14:58:04 +02:00
..
management feat: add automated notifications via cron 2023-08-01 00:07:24 +02:00
migrations feat: implement MEWS measurement flow 2023-07-30 23:51:55 +02:00
__init__.py feat: implement datamodel 2023-07-27 16:37:18 +02:00
api.py feat: add automated notifications via cron 2023-08-01 00:07:24 +02:00
apps.py feat: implement datamodel 2023-07-27 16:37:18 +02:00
models.py feat: add automated notifications via cron 2023-08-01 00:07:24 +02:00
README.md docs: split README by module and add some more information 2023-08-02 14:58:04 +02:00

Gotify

This module provides interfaces for a Gotify Notfication Server, which allows the application to send push notifications to user's phones.

Gotify is a separate microservice which allows users to subscribe to a notification channel. The Gotify instance is created as a separate Docker container, and Medwings handles the creation of users, applications and messages behind the scenes.