responsible-ai-collaborative / aiid

The AI Incident Database seeks to identify, define, and catalog artificial intelligence incidents.
https://incidentdatabase.ai
Other
168 stars 35 forks source link

Add UI option to delete incidents #1306

Open lmcnulty opened 1 year ago

lmcnulty commented 1 year ago

I don't think there will be a problem in this specific instance, because those incidents weren't in the nlp_similar_incidents or editor_similar_incidents of any other incident. If that had been the case, I still don't think it would have caused any visible problems, since the query for incidents in similar incident lists just wouldn't return the deleted incident. The invalid reference would still exist, though, which would be icky. We should probably add a UI option to delete incidents cleanly.

Originally posted by @lmcnulty in https://github.com/responsible-ai-collaborative/aiid/issues/1190#issuecomment-1289253614

smcgregor commented 1 year ago

I would file this under needing UI for handling the duplicate incident functionality and needing an additional feature for converting an incident to an issue -- which should be much rarer. We have a few incidents pending migration to the new issue category though. Overall, this is a thornier and more time intensive issue, but an important one. I am not going to assign anyone at the moment, but I'll put it into the backlog. If you take it on, please ping me to discuss design and requirements.

Janetbananet commented 1 year ago

Should this be closed in favor of #1705 ?