Is your improvement related to a problem? Please describe.
Currently, ensembles can be "flagged" to specify that they are important. Flagged ensemble will end up in the folders of the project (/projects/<project.id>/<project.name>/folders/). The data organized in the folders can then be downloaded all at once:

However, there are no download options when downloading this way.
Describe the solution or change you'd like
Download options similar to the "Download Project" page should be added for folders:

These options should be parsed by the server, similar to the download_project_post function in frontend/views.py, in order to send back the proper data.
Is your improvement related to a problem? Please describe.
Currently, ensembles can be "flagged" to specify that they are important. Flagged ensemble will end up in the folders of the project (
/projects/<project.id>/<project.name>/folders/). The data organized in the folders can then be downloaded all at once:However, there are no download options when downloading this way.
Describe the solution or change you'd like

Download options similar to the "Download Project" page should be added for folders:
These options should be parsed by the server, similar to the
download_project_postfunction infrontend/views.py, in order to send back the proper data.