hutschen / mv-tool-api

Measure tracking tool for the implementation of information security measures in projects
https://mv-tool.readthedocs.io
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add routes for bulk deletion #125

Closed hutschen closed 1 year ago

hutschen commented 1 year ago

All entities (requirements, measures, documents etc.) can be filtered. This filtering feature should be used to enable bulk deletion.

This can be done as follows: A bulk delete route has all the necessary filter parameters to filter out the items to be deleted. When the route is invoked by the client using the DELETE method, the server deletes all the filtered items.

Bulk delete routes should be added for all existing entities.