From 2de2507f6c0e93e0dcb70fbca3f643676257b649 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 9 Dec 2015 18:57:55 +0100 Subject: [PATCH] Updated Terminology (markdown) --- Terminology.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Terminology.md b/Terminology.md index 7e886e8..7857e03 100644 --- a/Terminology.md +++ b/Terminology.md @@ -1,5 +1,10 @@ # Terminology +Official terminology of ReCodex which will be used in documentation and within code. + +## WebApp (ReCodex) +Graphical frontend of the whole ReCodex. This part is used by teachers and students. + ## QeueueManager (ZeroMQ) Handle incoming requests from php backend and forward them to actual workers, also handle answers from workers which has to be saved to the central database. (possibly files can be transfered through QM).