S-dom/README.md

13 lines
652 B
Markdown
Raw Normal View History

2024-05-04 13:09:22 +02:00
# 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.
2024-05-14 12:05:22 +02:00
It isn't a full replacement for the web interface yet, but submitting files and reading basic results already works better than with that.
2024-05-04 13:09:22 +02:00
## TODO
- Implement reading detailed results
- Implement reading problems (and testcases)
2024-05-04 13:09:22 +02:00
## References
- [DOMjudge](https://www.domjudge.org/documentation)
2024-05-12 16:42:04 +02:00
- [DOMjudge API](https://domjudge.iti.kit.edu/main/api/doc)
2024-05-04 13:09:22 +02:00
- [SimpleCodeTester plugin](https://github.com/Mr-Pine/SimpleCodeTester-IntelliJ-Plugin)
- [Example Route](https://domjudge.iti.kit.edu/main/api/v4/contests/5/problems)