Add delete and modify function to test case, test plan, and test run?
Is your feature request related to a problem? Please describe. As of today, kiwi does not block duplicates when adding entries such as test cases (assuming others also). This makes it difficult to use and also creates confusion.
Another problem is the ability to modify existing test cases, such as changing the summary, reassigning to a different category, or any other fields
Describe the solution you'd like
I think the easiest way to add the delete function is to add a delete column to the test case/test plan/test run tables.
The modify function is simply allowing the user to change the fields and save again.
Describe alternatives you've considered At the moment I have no idea if there is an alternative
Additional context I am not sure why these functions weren't in the initial release of Kiwi and surprised that no one asks for them. Maybe I missed something but these problems happen all the time especially when one tries to import test cases from another tool (using their own script). User can also mess it up by adding a duplicate case unknowningly.