joyvuu-dave / comeals-backend

Comeals allows cohousing communities to reconcile the cost of common meals and maintain a shared calendar. See joyvuu-dave/comeals-ui for the front-end.

Home Page:https://comeals.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Menu updated notifications

crw opened this issue · comments

I would like to be updated via [Pushover, email, whatever] whenever a menu is added or updated.

Pushover would be preferred. https://pushover.net

BTW I have some python code that does some simple interaction between RabbitMQ and Pushover to send notifications. The basic flow is:

Menu updated > push RabbitMQ message > listener receives message > pushes notification.

Pretty simple, but adds another layer of complexity to the deployment. Lemme know if you want a gander at that, the code is closed right now but I am planning to open source it soon.