# S-DOM S-DOM is a plugin for IntelliJ IDEA that allows you to submit your code to the DOMjudge system directly from the IDE. It isn't a full replacement for the web interface yet, but submitting files and reading basic results already works better than with that. ## TODO - Implement reading detailed results - Implement reading problems (and testcases) ## References - [DOMjudge](https://www.domjudge.org/documentation) - [DOMjudge API](https://domjudge.iti.kit.edu/main/api/doc) - [SimpleCodeTester plugin](https://github.com/Mr-Pine/SimpleCodeTester-IntelliJ-Plugin) - [Example Route](https://domjudge.iti.kit.edu/main/api/v4/contests/5/problems)