Core Concepts
Functinalty
- user managment: CRUD object
- project managment: CRUD object
- order managment: CRUD object considering project and user rights, syntaax check
- scheduler: shedule test factory job , triggers system unter test preparation task, setup task commands
- controller: manage main activities , manage connectivity to the runer, manage tasks, observ test execution, collect test results
Architecture

Modules
- Common: manages logging, configuration, and documents db useful link
- Datax: main common data model objects, provides schemas and basic functinalties useful link
- Api: provides RestApi router and handler as well html rendering useful link
- Commander: provides CLI and help useful link