From 60dc60b87e4800760b05c38d2677134c8d07983f Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Tue, 27 Jun 2017 21:39:55 +0200 Subject: [PATCH] struct --- Exercise-Configuration.md | 51 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 9f86351..2a7a02f 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -6,16 +6,59 @@ HiLC is divided in several parts which takes care of different things. There are ## ExerciseConfig -@todo +Represents basic exercise configuration which connects all things together. For some reasons there two formats of this configuration, one which is saved in the database and the other one which is sent back to web application. Both formats are described bellow. + +### Backend Format + +Mandatory items are bold, optional italic, description of items follows: + +* ... + +Example: + +``` +``` + +### Frontend Format + +Mandatory items are bold, optional italic, description of items follows: + +* ... + +Example: + +``` +``` ## Pipeline -@todo +Mandatory items are bold, optional italic, description of items follows: + +* ... + +Example: + +``` +``` ## Limits -@todo +Mandatory items are bold, optional italic, description of items follows: + +* ... + +Example: + +``` +``` ## RuntimeConfig -@todo +Mandatory items are bold, optional italic, description of items follows: + +* ... + +Example: + +``` +```