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

Optimization of Web-API Interfaces for Returning Column Names in Excel and CSV Export #170

Open hutschen opened 11 months ago

hutschen commented 11 months ago

The Web-API interfaces responsible for providing column names for Excel and CSV export should be modified to only return column names that are currently being used in the active view or project. This will simplify the process of column selection for users during the export, as only relevant columns will be available.