S-dom/README.md

15 lines
637 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.
It is currently in development and not yet ready for use.
2024-05-04 13:09:22 +02:00
## TODO
- Fix ContentConvertException when trying to log in
- Implement submissions
- Implement reading results
- Implement reading problems (and testcases)
2024-05-04 13:09:22 +02:00
## References
- [DOMjudge](https://www.domjudge.org/documentation)
- [DOMjudge API](https://www.domjudge.org/demoweb/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)