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
AlertSource.type is currently a "choice field" with hardcoded choices. We should convert this into a foreign key to a new model - AlertSourceType, which enables users to register their own alert source types. This should be done in conjunction with adding glue services for incoming alerts (see #44), instead of having code in the backend for every alert source type, as is currently facilitated for (see mapping.py).
The text was updated successfully, but these errors were encountered:
AlertSource.type
is currently a "choice field" with hardcoded choices. We should convert this into a foreign key to a new model -AlertSourceType
, which enables users to register their own alert source types. This should be done in conjunction with adding glue services for incoming alerts (see #44), instead of having code in the backend for every alert source type, as is currently facilitated for (see mapping.py).The text was updated successfully, but these errors were encountered: