From 645930f551169c927ae202e397d04345bf9c3bb5 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 15 Oct 2024 10:49:50 +0800 Subject: [PATCH] fix: cleanup to comply with joj features --- JOJ3-Configuration-Schema.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 4b751d9..bac3306 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -7,7 +7,8 @@ Levels: - assignment: eg. homework or project - task: eg. exercise or milestone -A task is composed of *stages* which themselves are composed of one or more *steps*. +A task is composed of *stages* which themselves might be composed of one or more *steps*, eg. for +the stage "online-judge" each test-case can be viewed as a step. ## Background @@ -136,6 +137,8 @@ Some parsers can also be further configured. # general task configuration task="Homework 1 exercise 2" # used for "comment" field in "json" config file stages = [ "compile", "code-quality", "judge-base", "judge-msan" ] # list of stages, can feature a unique stage +deadline = 2024-10-12T23:59:00+08:00 + [compile] command = "cmake"