Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

hoony9x/spotboard-domjudge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotboard for DOMjudge

"Spotboard for DOMjudge" is designed to use Spotboard with DOMjudge system.

Prerequisite

  • Node.JS (Minimum required version : 4.x)

Installation

$ git clone https://github.com/khhan1993/spotboard-domjudge.git
$ cd spotboard-domjudge
$ npm install

Before start

  • Go to 'spotboard-domjudge/config' directory.
  • You can find 'contest_info.json' and 'user_info.json'.
  • In 'contest_info.json' you can see like this.
{
  "contest_url": "YOUR_DOMJUDGE_BASE_URL",
  "contest_id": "YOUR_DOMJUDGE_CONTEST_ID",
  "contest_team_category_id": "YOUR_DOMJUDGE_TEAM_CATEGORY_ID"
}
  • Change these values to yours.
  • Note that 'contest_id', 'contest_team_category_id' value must be Positive Integer.
  • In 'user_info.json' you can see like this.
{
  "id": "YOUR_ID_WITH_JURY_PERMISSION",
  "pw": "YOUR_PASSWORD"
}
  • Note that 'id' must have 'jury' or 'admin' permission.

Start 'Spotboard for DOMjudge' server

  • Type below code
$ npm start

Other Documentation

TODO

  • Allow multiple team category.
  • Fix 'connection closed' problem due to session timeout.
  • Deal with invalid submission (due to 'rejudge', 'ignore submission')
  • Ignore submissions with "TOO LATE" result.
  • Deal with disqualified team. (Currently, if contest has disqualifed team during the contest, spotboard did not work.)
  • And many problems not found yet(...).
  • Trying to use 'grunt' or 'gulp' to make setup process more convenient.

License

  • MIT License for only this project.

About

Spotboard for DOMjudge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published