master
Martin Polanka 7 years ago
parent 9ad61d6573
commit 60dc60b87e

@ -6,16 +6,59 @@ HiLC is divided in several parts which takes care of different things. There are
## ExerciseConfig ## 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 ## Pipeline
@todo Mandatory items are bold, optional italic, description of items follows:
* ...
Example:
```
```
## Limits ## Limits
@todo Mandatory items are bold, optional italic, description of items follows:
* ...
Example:
```
```
## RuntimeConfig ## RuntimeConfig
@todo Mandatory items are bold, optional italic, description of items follows:
* ...
Example:
```
```

Loading…
Cancel
Save