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

Auto-Completion for Compliance, Completion and Verification Comments #135

Open hutschen opened 1 year ago

hutschen commented 1 year ago

Implement comment auto-completion for compliance, closure, and review based on comments previously entered into the project. When a user begins entering a comment, the system should search existing comments for similar entries and suggest appropriate matches to streamline the process and ensure consistency across all comments.

For example, similar comments could be found by searching for the words that the user entered in the comment field. An API interface through which comments can be queried needs to be added to the Web API.