Adjust the GET /dateset endpoint from #6. It should no longer return the static list of datasets, but instead return a list of dataset-objects (the ones from #7).
The multi-select in frontend has to be adjusted accordingly, so the dataset-objects can be handled.
Adjust the
GET /dateset
endpoint from #6. It should no longer return the static list of datasets, but instead return a list of dataset-objects (the ones from #7).The multi-select in frontend has to be adjusted accordingly, so the dataset-objects can be handled.