What would you like on Statping?
When there is an incident affecting service, I'd like to be able to write a message about the incident, and update it as the incident is resolved. This way, our users can be informed about the impact of an incident, that we're working on it, and when it can be expected to be resolved.
Describe the solution you'd like
Describe alternatives you've considered
The existing Messages feature is close enough to be considered an alternative, however:
Is your feature request related to a problem? Please describe.
Additional context
N/A
Hey @asavoy , great feature request. I've begun working on this and it shows sample data in the latest version. Below is a checklist of the tasks needed for this feature.

/api/incidents GET endpoint to show all incidents/api/incidents POST endpoint to create new incidents/api/incidents/{id}/update POST endpoint to add an update to incident/api/incidents/{id} DELETE endpoint to remove incidents/api/incidents/{id}/update/{uid} DELETE endpoint to remove an incident updateAny Status Updates?
Can we help you implementing that Feature?
I would like to see those features implemented as well. It would also be a great addition if you can create a service incident yourself.
Please let us know what we can do.
Hello,
would you accept a pull requests for incident management, can I contribute to it in any way? Or are you already well into the tasks and are set on completing them? I only ask because the issue has been opened quite a few months ago.
Best regards
Any updates? It looks basically done except for a few items.
The latest version has Incidents.
Most helpful comment
Hey @asavoy , great feature request. I've begun working on this and it shows sample data in the latest version. Below is a checklist of the tasks needed for this feature.
Tasks
/api/incidentsGET endpoint to show all incidents/api/incidentsPOST endpoint to create new incidents/api/incidents/{id}/updatePOST endpoint to add an update to incident/api/incidents/{id}DELETE endpoint to remove incidents/api/incidents/{id}/update/{uid}DELETE endpoint to remove an incident update