You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want a backend task that will run daily that will:
Fetch all saved opportunities and notify users which ones have changed
Fetch all saved searches and notify users which ones have changed
This ticket will implement neither of those and instead just implement the general structure of this task (where we'll plug that in later).
The script we create should do the following at the moment:
General task setup (background task added, setup to run as a script, etc.)
Setup a structure to store a user to notification mapping. We'll likely have a single email per user across multiple types of notifications, so we want to wait to send anything until we have collected everything (see below for idea)
Summary
We want a backend task that will run daily that will:
This ticket will implement neither of those and instead just implement the general structure of this task (where we'll plug that in later).
The script we create should do the following at the moment:
I'm expecting that mapping to look like:
Acceptance criteria
The text was updated successfully, but these errors were encountered: