General developer documentation.
Go to file
2017-11-18 11:48:05 +01:00
application Added application struct/flow 2017-11-18 11:48:05 +01:00
basics Improve documentation 2017-11-18 00:33:24 +01:00
components Update modules.md 2017-11-07 16:14:01 +01:00
datastorage Improve documentation 2017-11-18 00:33:24 +01:00
frontend Improve documentation 2017-11-18 00:33:24 +01:00
math Merge changes 2017-11-06 18:37:03 +01:00
quality Improve docs further 2017-11-16 21:07:37 +01:00
security Improve docs further 2017-11-16 21:07:37 +01:00
services Improve docs further 2017-11-16 21:07:37 +01:00
setup Improve documentation 2017-11-18 00:33:24 +01:00
standards Add js standard intro 2017-11-18 00:36:53 +01:00
cover.jpg Merge changes 2017-11-06 18:37:03 +01:00
README.md Minor corrections 2016-07-05 16:36:21 +02:00
SUMMARY.md Merge changes 2017-11-06 18:37:03 +01:00

Introduction

This developer guides intention is to provide useful information for developers to help you to understand the structure of the application, important classes, workflows and standards for code quality as well as code style. The intention is to provide enough information to get a basic understanding of these key elements for module developers, frontend developers or developers working on the core application.

The guide is not explaining in detail how to use classes, for this you can find the automatically generated code documentation. All the provided information are very important to ensure the quality of the published code and often are mandatory. Not following these guides can cause security issues, worsen the user experience or even cause malfunction as well as make it difficult for other developers to understand the code.