monzo / response

Monzo's real-time incident response and reporting tool ⚡️
MIT License
1.53k stars 165 forks source link

Add ability to partition report-only incidents #154

Closed mattrco closed 5 years ago

mattrco commented 5 years ago

Some incidents are not currently in-progress, but rather after-the-fact reports (e.g. a near-miss or breach of procedures).

It's useful to be able to send these incident reports to a separate channel thereby reducing noise.

If an incident is report-only, no comms channel is created.

Once approved, I'll tag response so we can update the dep in requirements.txt.

AshleyPoole commented 5 years ago

Would it be possible to put the report only functionality behind a feature flag to control if the option is enabled or not? This would allow consumers to only enable this if desired, and continue to use Response for live incident management only.