delta-cs / seminar-domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
2 stars 0 forks source link

Multiple testcase archive import #134

Open matous-volf opened 3 months ago

matous-volf commented 3 months ago

uploading testcases one by one manually is not great.

we'd have to consider the archive format. and also testcase groups?

zapotocnylubos commented 3 months ago

DJ normally uses zip archives, we can create a new API endpoint for uploading problems which will process one zip file of multiple zip files and for each extracted (subzip) file call the original action/service.

Yes, testcase groups are now lost when exporiting/importing. It would be best to add them to the export/import services.