nclskfm / square-core

SQuARE: Software for question answering research.
https://square.ukp-lab.de
2 stars 0 forks source link

Switch dataset endpoint from static-response to datasets from DB #16

Closed BenediktStuhrmann closed 1 year ago

BenediktStuhrmann commented 1 year ago

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.