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

Implement Priorities for Requirements and Measures #131

Open hutschen opened 1 year ago

hutschen commented 1 year ago

Requirements (also catalog requirements) and measures should have assignable priorities. Priorities should be implemented as a separate entity named Priority. This entity will have the following fields:

The existing IT-Grundschutz attribute gs_absicherung should be replaced by the new priority levels as follows:

Please note that the change to the gs_absicherung attribute may affect Issues #80 and #98.

As part of this feature, create the necessary classes and relations in the data model, as well as the required database migrations.