Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
3 stars 5 forks source link

Create automation job for sending notifications to users about followed locations #493

Open maxachis opened 2 weeks ago

maxachis commented 2 weeks ago

Follows :

part of: #26

To implement the above endpoint properly, an automation job will need set up which can take subscribed users and send them notifications about updated data requests and sources.

This requires several other components:

  1. A working and long-term v2 database (as of this writing, the only v2 databases are refreshed from v1 production daily)
  2. Obviously, this automation job will do nothing if there are no users following anything.

Other things to consider:

josh-chamberlain commented 2 weeks ago

The only thing keeping us from a proper v2 beta is #32, IMO.