General developer documentation.
Go to file
2022-04-07 18:27:45 +02:00
.github/workflows fix img. minification action 2022-04-04 19:13:18 +02:00
basics undo serialize fiasco 2022-03-26 14:59:28 +01:00
datastorage fix name 2022-02-19 13:57:38 +01:00
example_app fix name 2022-02-19 13:57:38 +01:00
example_module fix name 2022-02-19 13:57:38 +01:00
frontend document js drafting 2022-04-01 18:29:50 +02:00
general Update contribution.md 2022-04-07 18:27:45 +02:00
math fix name 2022-02-19 13:57:38 +01:00
quality fix name 2022-02-19 13:57:38 +01:00
security fix name 2022-02-19 13:57:38 +01:00
services fix name 2022-02-19 13:57:38 +01:00
standards fix name 2022-02-19 14:25:28 +01:00
.gitignore undo reset 2020-07-31 15:39:20 +02:00
cover.jpg fix name 2022-02-19 13:57:38 +01:00
logo.png fix name 2022-02-19 13:57:38 +01:00
README.md fix name 2022-02-19 13:57:38 +01:00
SUMMARY.md document js drafting 2022-04-01 18:29:50 +02:00

Introduction

This developer guides intention is to provide useful information for developers to help you to understand the structure of the application, important API functions, 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 all of the API, for this you can find the automatically generated code documentation or even better use the test cases. 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.