v1.0.0
The very first release of the project!
This release introduces the following features:
- User registration, login and management (for accounts with
admin
role). - Problem management, with rich test editing via QuillJS (for accounts with
admin
orproblem_setter
role). - Test case management (for accounts with
admin
orproblem_setter
role). - Creation of submissions (for accounts with
admin
orcontestant
role). - Judging submissions, either via local Docker runtime in local mode or via distributed workers with
worker
accounts. - Exposing the HTTP Server's OpenAPI specification at
api/swagger.json
.